Html Css Color HEX #510BCD Purple Heart

📋 copy color: '#510BCD'

red 81 ◦ green 11 ◦ blue 205

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

Shades of Purple Heart #510BCD

Tints of Purple Heart #510BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 27.27%
G = 3.7%
B = 69.02%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#510BCD (or 0x510BCD) is known color: Purple Heart. HEX triplet: 51, 0B and CD. RGB value is (81,11,205). Sum of RGB (Red+Green+Blue) = 81+11+205=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 11 (4.69% from 255 or 3.70% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #510BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BCD is #AEF432. Grayscale: #353535. Windows color (decimal): -11465779 or 13437777. OLE color: 13437777.

HSL color Cylindrical-coordinate representation of color #510BCD: hue angle of 261.65º 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 #510BCD is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 11 205 -
CMYK 0.60 0.95 0 0.20
HSL 261.65º 0.9% 0.42% -
HSV(B) 261.65º 0.95% 0.8% -
XYZ 14.53 6.4 58.23 -
YUV 54.05 213.19 147.23 -
System Red Green Blue C M Y K H S L
Decimal 81 11 205 0.60 0.95 0 0.20 261.65 0.9 0.42
Hex 51 B CD 3C 5F 0 14 106 5A 2A
Octal 121 13 315 74 137 0 24 406 132 52
Binary 1010001 1011 11001101 111100 1011111 0 10100 100000110 1011010 101010

Color Harmonies of #510BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BCD

Black with #510BCD

Text Example


Text Example

White with #510BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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