Html Css Color HEX #6013BA Purple Heart

📋 copy color: '#6013BA'

red 96 ◦ green 19 ◦ blue 186

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

Shades of Purple Heart #6013BA

Tints of Purple Heart #6013BA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 31.89%
G = 6.31%
B = 61.79%

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

#6013BA (or 0x6013BA) is known color: Purple Heart. HEX triplet: 60, 13 and BA. RGB value is (96,19,186). Sum of RGB (Red+Green+Blue) = 96+19+186=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #6013BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6013BA is #9FEC45. Grayscale: #3C3C3C. Windows color (decimal): -10480710 or 12194656. OLE color: 12194656.

HSL color Cylindrical-coordinate representation of color #6013BA: hue angle of 267.66º degrees, saturation: 0.81, 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 #6013BA is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 19 186 -
CMYK 0.48 0.90 0 0.27
HSL 267.66º 0.81% 0.4% -
HSV(B) 267.66º 0.9% 0.73% -
XYZ 13.92 6.5 46.97 -
YUV 61.06 198.51 152.92 -
System Red Green Blue C M Y K H S L
Decimal 96 19 186 0.48 0.90 0 0.27 267.66 0.81 0.4
Hex 60 13 BA 30 5A 0 1B 10C 51 28
Octal 140 23 272 60 132 0 33 414 121 50
Binary 1100000 10011 10111010 110000 1011010 0 11011 100001100 1010001 101000

Color Harmonies of #6013BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6013BA

Black with #6013BA

Text Example


Text Example

White with #6013BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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