Html Css Color HEX #6002B6 Purple Heart

📋 copy color: '#6002B6'

red 96 ◦ green 2 ◦ blue 182

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

Shades of Purple Heart #6002B6

Tints of Purple Heart #6002B6

RGB

 RED value IS 96 (37.89% from 255) = 34.29%

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

 BLUE value IS 182 (71.48% from 255) = 65%

R = 34.29%
G = 0.71%
B = 65%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6002B6 (or 0x6002B6) is known color: Purple Heart. HEX triplet: 60, 02 and B6. RGB value is (96,2,182). Sum of RGB (Red+Green+Blue) = 96+2+182=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 2 (1.17% from 255 or 0.71% from 280); Blue value is 182 (71.48% from 255 or 65% from 280); Max value from RGB is 182 - color contains mainly: blue. Hex color #6002B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002B6 is #9FFD49. Grayscale: #323232. Windows color (decimal): -10485066 or 11928160. OLE color: 11928160.

HSL color Cylindrical-coordinate representation of color #6002B6: hue angle of 271.33º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002B6 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 2 182 -
CMYK 0.47 0.99 0 0.29
HSL 271.33º 0.98% 0.36% -
HSV(B) 271.33º 0.99% 0.71% -
XYZ 13.29 5.91 44.7 -
YUV 50.63 202.14 160.36 -
System Red Green Blue C M Y K H S L
Decimal 96 2 182 0.47 0.99 0 0.29 271.33 0.98 0.36
Hex 60 2 B6 2F 63 0 1D 10F 62 24
Octal 140 2 266 57 143 0 35 417 142 44
Binary 1100000 10 10110110 101111 1100011 0 11101 100001111 1100010 100100

Color Harmonies of #6002B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002B6

Black with #6002B6

Text Example


Text Example

White with #6002B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6002B6; }

 p { color: rgb(96,2,182); }

 H1.HeaderClassName
 {
   color: #6002B6;
 }
 .AnyTagClassName
 {
   color: #6002B6;
 }
</style>

background-color css

<style>
 a { background-color: #6002B6; }

 a { background-color: rgb(96,2,182); }

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

border-color css

<style>
 span { border-color: #6002B6; }

 span { border-color: rgb(96,2,182); }

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