Html Css Color HEX #510BCC Purple Heart

📋 copy color: '#510BCC'

red 81 ◦ green 11 ◦ blue 204

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

Shades of Purple Heart #510BCC

Tints of Purple Heart #510BCC

RGB

 RED value IS 81 (32.03% from 255) = 27.36%

 GREEN value IS 11 (4.69% from 255) = 3.72%

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

R = 27.36%
G = 3.72%
B = 68.92%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#510BCC (or 0x510BCC) is known color: Purple Heart. HEX triplet: 51, 0B and CC. RGB value is (81,11,204). Sum of RGB (Red+Green+Blue) = 81+11+204=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 11 (4.69% from 255 or 3.72% from 296); Blue value is 204 (80.08% from 255 or 68.92% from 296); Max value from RGB is 204 - color contains mainly: blue. Hex color #510BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BCC is #AEF433. Grayscale: #353535. Windows color (decimal): -11465780 or 13372241. OLE color: 13372241.

HSL color Cylindrical-coordinate representation of color #510BCC: hue angle of 261.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510BCC is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 11 204 -
CMYK 0.60 0.95 0 0.2
HSL 261.76º 0.9% 0.42% -
HSV(B) 261.76º 0.95% 0.8% -
XYZ 14.41 6.35 57.59 -
YUV 53.93 212.69 147.31 -
System Red Green Blue C M Y K H S L
Decimal 81 11 204 0.60 0.95 0 0.2 261.76 0.9 0.42
Hex 51 B CC 3C 5F 0 14 106 5A 2A
Octal 121 13 314 74 137 0 24 406 132 52
Binary 1010001 1011 11001100 111100 1011111 0 10100 100000110 1011010 101010

Color Harmonies of #510BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BCC

Black with #510BCC

Text Example


Text Example

White with #510BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #510BCC; }

 p { color: rgb(81,11,204); }

 H1.HeaderClassName
 {
   color: #510BCC;
 }
 .AnyTagClassName
 {
   color: #510BCC;
 }
</style>

background-color css

<style>
 a { background-color: #510BCC; }

 a { background-color: rgb(81,11,204); }

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

border-color css

<style>
 span { border-color: #510BCC; }

 span { border-color: rgb(81,11,204); }

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