Html Css Color HEX #510BCF Purple Heart

📋 copy color: '#510BCF'

red 81 ◦ green 11 ◦ blue 207

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

Shades of Purple Heart #510BCF

Tints of Purple Heart #510BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 69.23%

R = 27.09%
G = 3.68%
B = 69.23%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#510BCF (or 0x510BCF) is known color: Purple Heart. HEX triplet: 51, 0B and CF. RGB value is (81,11,207). Sum of RGB (Red+Green+Blue) = 81+11+207=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #510BCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BCF is #AEF430. Grayscale: #353535. Windows color (decimal): -11465777 or 13568849. OLE color: 13568849.

HSL color Cylindrical-coordinate representation of color #510BCF: hue angle of 261.43º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510BCF is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 11 207 -
CMYK 0.61 0.95 0 0.19
HSL 261.43º 0.9% 0.43% -
HSV(B) 261.43º 0.95% 0.81% -
XYZ 14.78 6.49 59.51 -
YUV 54.27 214.19 147.06 -
System Red Green Blue C M Y K H S L
Decimal 81 11 207 0.61 0.95 0 0.19 261.43 0.9 0.43
Hex 51 B CF 3D 5F 0 13 105 5A 2B
Octal 121 13 317 75 137 0 23 405 132 53
Binary 1010001 1011 11001111 111101 1011111 0 10011 100000101 1011010 101011

Color Harmonies of #510BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BCF

Black with #510BCF

Text Example


Text Example

White with #510BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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