Html Css Color HEX #6012CC Purple Heart

📋 copy color: '#6012CC'

red 96 ◦ green 18 ◦ blue 204

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

Shades of Purple Heart #6012CC

Tints of Purple Heart #6012CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 30.19%
G = 5.66%
B = 64.15%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6012CC (or 0x6012CC) is known color: Purple Heart. HEX triplet: 60, 12 and CC. RGB value is (96,18,204). Sum of RGB (Red+Green+Blue) = 96+18+204=318 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.19% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #6012CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012CC is #9FED33. Grayscale: #3D3D3D. Windows color (decimal): -10480948 or 13374048. OLE color: 13374048.

HSL color Cylindrical-coordinate representation of color #6012CC: hue angle of 265.16º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6012CC is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 18 204 -
CMYK 0.53 0.91 0 0.2
HSL 265.16º 0.84% 0.44% -
HSV(B) 265.16º 0.91% 0.8% -
XYZ 15.94 7.28 57.69 -
YUV 62.53 207.84 151.88 -
System Red Green Blue C M Y K H S L
Decimal 96 18 204 0.53 0.91 0 0.2 265.16 0.84 0.44
Hex 60 12 CC 35 5B 0 14 109 54 2C
Octal 140 22 314 65 133 0 24 411 124 54
Binary 1100000 10010 11001100 110101 1011011 0 10100 100001001 1010100 101100

Color Harmonies of #6012CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012CC

Black with #6012CC

Text Example


Text Example

White with #6012CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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