Html Css Color HEX #6002BF Purple Heart

📋 copy color: '#6002BF'

red 96 ◦ green 2 ◦ blue 191

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

Shades of Purple Heart #6002BF

Tints of Purple Heart #6002BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 66.09%

R = 33.22%
G = 0.69%
B = 66.09%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6002BF (or 0x6002BF) is known color: Purple Heart. HEX triplet: 60, 02 and BF. RGB value is (96,2,191). Sum of RGB (Red+Green+Blue) = 96+2+191=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 2 (1.17% from 255 or 0.69% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #6002BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002BF is #9FFD40. Grayscale: #323232. Windows color (decimal): -10485057 or 12517984. OLE color: 12517984.

HSL color Cylindrical-coordinate representation of color #6002BF: hue angle of 269.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6002BF is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 2 191 -
CMYK 0.50 0.99 0 0.25
HSL 269.84º 0.98% 0.38% -
HSV(B) 269.84º 0.99% 0.75% -
XYZ 14.25 6.29 49.75 -
YUV 51.65 206.64 159.63 -
System Red Green Blue C M Y K H S L
Decimal 96 2 191 0.50 0.99 0 0.25 269.84 0.98 0.38
Hex 60 2 BF 32 63 0 19 10E 62 26
Octal 140 2 277 62 143 0 31 416 142 46
Binary 1100000 10 10111111 110010 1100011 0 11001 100001110 1100010 100110

Color Harmonies of #6002BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002BF

Black with #6002BF

Text Example


Text Example

White with #6002BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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