Html Css Color HEX #6012BA Purple Heart

📋 copy color: '#6012BA'

red 96 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #6012BA

Tints of Purple Heart #6012BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 62%

R = 32%
G = 6%
B = 62%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6012BA (or 0x6012BA) is known color: Purple Heart. HEX triplet: 60, 12 and BA. RGB value is (96,18,186). Sum of RGB (Red+Green+Blue) = 96+18+186=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 186 (73.05% from 255 or 62% from 300); Max value from RGB is 186 - color contains mainly: blue. Hex color #6012BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6012BA is #9FED45. Grayscale: #3B3B3B. Windows color (decimal): -10480966 or 12194400. OLE color: 12194400.

HSL color Cylindrical-coordinate representation of color #6012BA: hue angle of 267.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6012BA is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 18 186 -
CMYK 0.48 0.90 0 0.27
HSL 267.86º 0.82% 0.4% -
HSV(B) 267.86º 0.9% 0.73% -
XYZ 13.9 6.46 46.97 -
YUV 60.47 198.84 153.34 -
System Red Green Blue C M Y K H S L
Decimal 96 18 186 0.48 0.90 0 0.27 267.86 0.82 0.4
Hex 60 12 BA 30 5A 0 1B 10C 52 28
Octal 140 22 272 60 132 0 33 414 122 50
Binary 1100000 10010 10111010 110000 1011010 0 11011 100001100 1010010 101000

Color Harmonies of #6012BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012BA

Black with #6012BA

Text Example


Text Example

White with #6012BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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