Html Css Color HEX #6002BC Purple Heart

📋 copy color: '#6002BC'

red 96 ◦ green 2 ◦ blue 188

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

Shades of Purple Heart #6002BC

Tints of Purple Heart #6002BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.73%

R = 33.57%
G = 0.7%
B = 65.73%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6002BC (or 0x6002BC) is known color: Purple Heart. HEX triplet: 60, 02 and BC. RGB value is (96,2,188). Sum of RGB (Red+Green+Blue) = 96+2+188=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #6002BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6002BC is #9FFD43. Grayscale: #323232. Windows color (decimal): -10485060 or 12321376. OLE color: 12321376.

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

Color convert

RGB 96 2 188 -
CMYK 0.49 0.99 0 0.26
HSL 270.32º 0.98% 0.37% -
HSV(B) 270.32º 0.99% 0.74% -
XYZ 13.92 6.16 48.03 -
YUV 51.31 205.14 159.88 -
System Red Green Blue C M Y K H S L
Decimal 96 2 188 0.49 0.99 0 0.26 270.32 0.98 0.37
Hex 60 2 BC 31 63 0 1A 10E 62 25
Octal 140 2 274 61 143 0 32 416 142 45
Binary 1100000 10 10111100 110001 1100011 0 11010 100001110 1100010 100101

Color Harmonies of #6002BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6002BC

Black with #6002BC

Text Example


Text Example

White with #6002BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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