Html Css Color HEX #6102CB Purple Heart

📋 copy color: '#6102CB'

red 97 ◦ green 2 ◦ blue 203

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

Shades of Purple Heart #6102CB

Tints of Purple Heart #6102CB

RGB

 RED value IS 97 (38.28% from 255) = 32.12%

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

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

R = 32.12%
G = 0.66%
B = 67.22%

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

#6102CB (or 0x6102CB) is known color: Purple Heart. HEX triplet: 61, 02 and CB. RGB value is (97,2,203). Sum of RGB (Red+Green+Blue) = 97+2+203=302 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.12% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #6102CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6102CB is #9EFD34. Grayscale: #343434. Windows color (decimal): -10419509 or 13304417. OLE color: 13304417.

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

Color convert

RGB 97 2 203 -
CMYK 0.52 0.99 0 0.20
HSL 268.36º 0.98% 0.4% -
HSV(B) 268.36º 0.99% 0.8% -
XYZ 15.73 6.9 57 -
YUV 53.32 212.47 159.16 -
System Red Green Blue C M Y K H S L
Decimal 97 2 203 0.52 0.99 0 0.20 268.36 0.98 0.4
Hex 61 2 CB 34 63 0 14 10C 62 28
Octal 141 2 313 64 143 0 24 414 142 50
Binary 1100001 10 11001011 110100 1100011 0 10100 100001100 1100010 101000

Color Harmonies of #6102CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6102CB

Black with #6102CB

Text Example


Text Example

White with #6102CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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