Html Css Color HEX #6202CB Purple Heart

📋 copy color: '#6202CB'

red 98 ◦ green 2 ◦ blue 203

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

Shades of Purple Heart #6202CB

Tints of Purple Heart #6202CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67%

R = 32.34%
G = 0.66%
B = 67%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6202CB (or 0x6202CB) is known color: Purple Heart. HEX triplet: 62, 02 and CB. RGB value is (98,2,203). Sum of RGB (Red+Green+Blue) = 98+2+203=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #6202CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6202CB is #9DFD34. Grayscale: #343434. Windows color (decimal): -10353973 or 13304418. OLE color: 13304418.

HSL color Cylindrical-coordinate representation of color #6202CB: hue angle of 268.66º 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 #6202CB is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 2 203 -
CMYK 0.52 0.99 0 0.20
HSL 268.66º 0.98% 0.4% -
HSV(B) 268.66º 0.99% 0.8% -
XYZ 15.84 6.95 57.01 -
YUV 53.62 212.3 159.66 -
System Red Green Blue C M Y K H S L
Decimal 98 2 203 0.52 0.99 0 0.20 268.66 0.98 0.4
Hex 62 2 CB 34 63 0 14 10D 62 28
Octal 142 2 313 64 143 0 24 415 142 50
Binary 1100010 10 11001011 110100 1100011 0 10100 100001101 1100010 101000

Color Harmonies of #6202CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6202CB

Black with #6202CB

Text Example


Text Example

White with #6202CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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