#6205C4

Color #6205C4 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6205C4

Tints of Purple Heart #6205C4

Color information

#6205C4 (or 0x6205C4) is unknown color: approx Purple Heart. HEX triplet: 62, 05 and C4. RGB value is (98,5,196). Sum of RGB (Red+Green+Blue) = 98+5+196=299 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.78% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 196 (76.95% from 255 or 65.55% from 299); Max value from RGB is 196 - color contains mainly: blue. Hex color #6205C4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6205C4 is #9DFA3B. Grayscale: #353535. Windows color (decimal): -10353212 or 12846434. OLE color: 12846434.

HSL color Cylindrical-coordinate representation of color #6205C4: hue angle of 269.21º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6205C4 is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB985196-
CMYK0.50.9700.23
HSL269.21º95.02%39.41%-
HSV(B)269.21º97.45%76.86%-
XYZ15.066.6952.72-
YUV54.58207.81158.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 32.78%
GREEN value IS 5 (2.34% from 255) = 1.67%
BLUE value IS 196 (76.95% from 255) = 65.55%
R=32.78%
G=1.67%
B=65.55%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9851960.50.9700.23269.2195.0239.41
Hex625C4326101710d5f27
Octal14253046214102741513747
Binary11000101011100010011001011000010101111000011011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6205C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6205C4; }

 p { color: rgb(98,5,196); }

 H1.HeaderClassName
 {
   color: #6205C4;
 }
 .AnyTagClassName
 {
   color: #6205C4;
 }
</style>
background-color css

<style>
 a { background-color: #6205C4; }

 a { background-color: rgb(98,5,196); }

 div.DivClassName
 {
   background-color: #6205C4;
 }
 .BgClassName
 {
   background-color: #6205C4;
 }
</style>
border-color css

<style>
 span { border-color: #6205C4; }

 span { border-color: rgb(98,5,196); }

 td.TdClassName
 {
   border-color: #6205C4;
 }
 .TagClassName
 {
   border-color: #6205C4;
 }
</style>