Html Css Color HEX #510CB9 Purple Heart

📋 copy color: '#510CB9'

red 81 ◦ green 12 ◦ blue 185

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

Shades of Purple Heart #510CB9

Tints of Purple Heart #510CB9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.32%

 BLUE value IS 185 (72.66% from 255) = 66.55%

R = 29.14%
G = 4.32%
B = 66.55%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#510CB9 (or 0x510CB9) is known color: Purple Heart. HEX triplet: 51, 0C and B9. RGB value is (81,12,185). Sum of RGB (Red+Green+Blue) = 81+12+185=278 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.14% from 278); Green value is 12 (5.08% from 255 or 4.32% from 278); Blue value is 185 (72.66% from 255 or 66.55% from 278); Max value from RGB is 185 - color contains mainly: blue. Hex color #510CB9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CB9 is #AEF346. Grayscale: #333333. Windows color (decimal): -11465543 or 12127313. OLE color: 12127313.

HSL color Cylindrical-coordinate representation of color #510CB9: hue angle of 263.93º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CB9 is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 12 185 -
CMYK 0.56 0.94 0 0.27
HSL 263.93º 0.88% 0.39% -
HSV(B) 263.93º 0.94% 0.73% -
XYZ 12.28 5.52 46.32 -
YUV 52.35 202.86 148.43 -
System Red Green Blue C M Y K H S L
Decimal 81 12 185 0.56 0.94 0 0.27 263.93 0.88 0.39
Hex 51 C B9 38 5E 0 1B 108 58 27
Octal 121 14 271 70 136 0 33 410 130 47
Binary 1010001 1100 10111001 111000 1011110 0 11011 100001000 1011000 100111

Color Harmonies of #510CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CB9

Black with #510CB9

Text Example


Text Example

White with #510CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,12,185); }

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

background-color css

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

 a { background-color: rgb(81,12,185); }

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

border-color css

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

 span { border-color: rgb(81,12,185); }

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