Html Css Color HEX #6012BD Purple Heart

📋 copy color: '#6012BD'

red 96 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #6012BD

Tints of Purple Heart #6012BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.94%

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 31.68%
G = 5.94%
B = 62.38%

CMYK

 C value IS 0.49

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6012BD (or 0x6012BD) is known color: Purple Heart. HEX triplet: 60, 12 and BD. RGB value is (96,18,189). Sum of RGB (Red+Green+Blue) = 96+18+189=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #6012BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012BD is #9FED42. Grayscale: #3C3C3C. Windows color (decimal): -10480963 or 12391008. OLE color: 12391008.

HSL color Cylindrical-coordinate representation of color #6012BD: hue angle of 267.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6012BD is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 18 189 -
CMYK 0.49 0.90 0 0.26
HSL 267.37º 0.83% 0.41% -
HSV(B) 267.37º 0.9% 0.74% -
XYZ 14.23 6.59 48.67 -
YUV 60.82 200.34 153.1 -
System Red Green Blue C M Y K H S L
Decimal 96 18 189 0.49 0.90 0 0.26 267.37 0.83 0.41
Hex 60 12 BD 31 5A 0 1A 10B 53 29
Octal 140 22 275 61 132 0 32 413 123 51
Binary 1100000 10010 10111101 110001 1011010 0 11010 100001011 1010011 101001

Color Harmonies of #6012BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012BD

Black with #6012BD

Text Example


Text Example

White with #6012BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6012BD; }

 p { color: rgb(96,18,189); }

 H1.HeaderClassName
 {
   color: #6012BD;
 }
 .AnyTagClassName
 {
   color: #6012BD;
 }
</style>

background-color css

<style>
 a { background-color: #6012BD; }

 a { background-color: rgb(96,18,189); }

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

border-color css

<style>
 span { border-color: #6012BD; }

 span { border-color: rgb(96,18,189); }

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