Html Css Color HEX #6010BA Purple Heart

📋 copy color: '#6010BA'

red 96 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #6010BA

Tints of Purple Heart #6010BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.37%

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

R = 32.21%
G = 5.37%
B = 62.42%

CMYK

 C value IS 0.48

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6010BA (or 0x6010BA) is known color: Purple Heart. HEX triplet: 60, 10 and BA. RGB value is (96,16,186). Sum of RGB (Red+Green+Blue) = 96+16+186=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 16 (6.64% from 255 or 5.37% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #6010BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010BA is #9FEF45. Grayscale: #3A3A3A. Windows color (decimal): -10481478 or 12193888. OLE color: 12193888.

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

Color convert

RGB 96 16 186 -
CMYK 0.48 0.91 0 0.27
HSL 268.24º 0.84% 0.4% -
HSV(B) 268.24º 0.91% 0.73% -
XYZ 13.87 6.4 46.96 -
YUV 59.3 199.5 154.18 -
System Red Green Blue C M Y K H S L
Decimal 96 16 186 0.48 0.91 0 0.27 268.24 0.84 0.4
Hex 60 10 BA 30 5B 0 1B 10C 54 28
Octal 140 20 272 60 133 0 33 414 124 50
Binary 1100000 10000 10111010 110000 1011011 0 11011 100001100 1010100 101000

Color Harmonies of #6010BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010BA

Black with #6010BA

Text Example


Text Example

White with #6010BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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