Html Css Color HEX #510CBF Purple Heart

📋 copy color: '#510CBF'

red 81 ◦ green 12 ◦ blue 191

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

Shades of Purple Heart #510CBF

Tints of Purple Heart #510CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.25%

R = 28.52%
G = 4.23%
B = 67.25%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#510CBF (or 0x510CBF) is known color: Purple Heart. HEX triplet: 51, 0C and BF. RGB value is (81,12,191). Sum of RGB (Red+Green+Blue) = 81+12+191=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 191 (75% from 255 or 67.25% from 284); Max value from RGB is 191 - color contains mainly: blue. Hex color #510CBF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CBF is #AEF340. Grayscale: #343434. Windows color (decimal): -11465537 or 12520529. OLE color: 12520529.

HSL color Cylindrical-coordinate representation of color #510CBF: hue angle of 263.13º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510CBF is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 12 191 -
CMYK 0.58 0.94 0 0.25
HSL 263.13º 0.88% 0.4% -
HSV(B) 263.13º 0.94% 0.75% -
XYZ 12.93 5.77 49.72 -
YUV 53.04 205.86 147.95 -
System Red Green Blue C M Y K H S L
Decimal 81 12 191 0.58 0.94 0 0.25 263.13 0.88 0.4
Hex 51 C BF 3A 5E 0 19 107 58 28
Octal 121 14 277 72 136 0 31 407 130 50
Binary 1010001 1100 10111111 111010 1011110 0 11001 100000111 1011000 101000

Color Harmonies of #510CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CBF

Black with #510CBF

Text Example


Text Example

White with #510CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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