Html Css Color HEX #6002B9 Purple Heart

📋 copy color: '#6002B9'

red 96 ◦ green 2 ◦ blue 185

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

Shades of Purple Heart #6002B9

Tints of Purple Heart #6002B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 65.37%

R = 33.92%
G = 0.71%
B = 65.37%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6002B9 (or 0x6002B9) is known color: Purple Heart. HEX triplet: 60, 02 and B9. RGB value is (96,2,185). Sum of RGB (Red+Green+Blue) = 96+2+185=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 185 (72.66% from 255 or 65.37% from 283); Max value from RGB is 185 - color contains mainly: blue. Hex color #6002B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002B9 is #9FFD46. Grayscale: #323232. Windows color (decimal): -10485063 or 12124768. OLE color: 12124768.

HSL color Cylindrical-coordinate representation of color #6002B9: hue angle of 270.82º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002B9 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 2 185 -
CMYK 0.48 0.99 0 0.27
HSL 270.82º 0.98% 0.37% -
HSV(B) 270.82º 0.99% 0.73% -
XYZ 13.6 6.03 46.35 -
YUV 50.97 203.64 160.12 -
System Red Green Blue C M Y K H S L
Decimal 96 2 185 0.48 0.99 0 0.27 270.82 0.98 0.37
Hex 60 2 B9 30 63 0 1B 10F 62 25
Octal 140 2 271 60 143 0 33 417 142 45
Binary 1100000 10 10111001 110000 1100011 0 11011 100001111 1100010 100101

Color Harmonies of #6002B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002B9

Black with #6002B9

Text Example


Text Example

White with #6002B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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