Html Css Color HEX #6010BB Purple Heart

📋 copy color: '#6010BB'

red 96 ◦ green 16 ◦ blue 187

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

Shades of Purple Heart #6010BB

Tints of Purple Heart #6010BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.54%

R = 32.11%
G = 5.35%
B = 62.54%

CMYK

 C value IS 0.49

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6010BB (or 0x6010BB) is known color: Purple Heart. HEX triplet: 60, 10 and BB. RGB value is (96,16,187). Sum of RGB (Red+Green+Blue) = 96+16+187=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 16 (6.64% from 255 or 5.35% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #6010BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6010BB is #9FEF44. Grayscale: #3A3A3A. Windows color (decimal): -10481477 or 12259424. OLE color: 12259424.

HSL color Cylindrical-coordinate representation of color #6010BB: hue angle of 268.07º 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 #6010BB is Cyan = 0.49, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 16 187 -
CMYK 0.49 0.91 0 0.27
HSL 268.07º 0.84% 0.4% -
HSV(B) 268.07º 0.91% 0.73% -
XYZ 13.98 6.45 47.52 -
YUV 59.41 200 154.1 -
System Red Green Blue C M Y K H S L
Decimal 96 16 187 0.49 0.91 0 0.27 268.07 0.84 0.4
Hex 60 10 BB 31 5B 0 1B 10C 54 28
Octal 140 20 273 61 133 0 33 414 124 50
Binary 1100000 10000 10111011 110001 1011011 0 11011 100001100 1010100 101000

Color Harmonies of #6010BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6010BB

Black with #6010BB

Text Example


Text Example

White with #6010BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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