Html Css Color HEX #6002B7 Purple Heart

📋 copy color: '#6002B7'

red 96 ◦ green 2 ◦ blue 183

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

Shades of Purple Heart #6002B7

Tints of Purple Heart #6002B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 65.12%

R = 34.16%
G = 0.71%
B = 65.12%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6002B7 (or 0x6002B7) is known color: Purple Heart. HEX triplet: 60, 02 and B7. RGB value is (96,2,183). Sum of RGB (Red+Green+Blue) = 96+2+183=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 2 (1.17% from 255 or 0.71% from 281); Blue value is 183 (71.88% from 255 or 65.12% from 281); Max value from RGB is 183 - color contains mainly: blue. Hex color #6002B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002B7 is #9FFD48. Grayscale: #323232. Windows color (decimal): -10485065 or 11993696. OLE color: 11993696.

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

Color convert

RGB 96 2 183 -
CMYK 0.48 0.99 0 0.28
HSL 271.16º 0.98% 0.36% -
HSV(B) 271.16º 0.99% 0.72% -
XYZ 13.39 5.95 45.24 -
YUV 50.74 202.64 160.28 -
System Red Green Blue C M Y K H S L
Decimal 96 2 183 0.48 0.99 0 0.28 271.16 0.98 0.36
Hex 60 2 B7 30 63 0 1C 10F 62 24
Octal 140 2 267 60 143 0 34 417 142 44
Binary 1100000 10 10110111 110000 1100011 0 11100 100001111 1100010 100100

Color Harmonies of #6002B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002B7

Black with #6002B7

Text Example


Text Example

White with #6002B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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