Html Css Color HEX #6202CC Purple Heart

📋 copy color: '#6202CC'

red 98 ◦ green 2 ◦ blue 204

#6202CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #6202CC

Tints of Purple Heart #6202CC

RGB

 RED value IS 98 (38.67% from 255) = 32.24%

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 204 (80.08% from 255) = 67.11%

R = 32.24%
G = 0.66%
B = 67.11%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6202CC (or 0x6202CC) is known color: Purple Heart. HEX triplet: 62, 02 and CC. RGB value is (98,2,204). Sum of RGB (Red+Green+Blue) = 98+2+204=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #6202CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202CC is #9DFD33. Grayscale: #353535. Windows color (decimal): -10353972 or 13369954. OLE color: 13369954.

HSL color Cylindrical-coordinate representation of color #6202CC: hue angle of 268.51º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6202CC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 2 204 -
CMYK 0.52 0.99 0 0.2
HSL 268.51º 0.98% 0.4% -
HSV(B) 268.51º 0.99% 0.8% -
XYZ 15.96 7 57.64 -
YUV 53.73 212.8 159.57 -
System Red Green Blue C M Y K H S L
Decimal 98 2 204 0.52 0.99 0 0.2 268.51 0.98 0.4
Hex 62 2 CC 34 63 0 14 10D 62 28
Octal 142 2 314 64 143 0 24 415 142 50
Binary 1100010 10 11001100 110100 1100011 0 10100 100001101 1100010 101000

Color Harmonies of #6202CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202CC

Black with #6202CC

Text Example


Text Example

White with #6202CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6202CC; }

 p { color: rgb(98,2,204); }

 H1.HeaderClassName
 {
   color: #6202CC;
 }
 .AnyTagClassName
 {
   color: #6202CC;
 }
</style>

background-color css

<style>
 a { background-color: #6202CC; }

 a { background-color: rgb(98,2,204); }

 div.DivClassName
 {
   background-color: #6202CC;
 }
 .BgClassName
 {
   background-color: #6202CC;
 }
</style>

border-color css

<style>
 span { border-color: #6202CC; }

 span { border-color: rgb(98,2,204); }

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