Html Css Color HEX #510DCA Purple Heart

📋 copy color: '#510DCA'

red 81 ◦ green 13 ◦ blue 202

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

Shades of Purple Heart #510DCA

Tints of Purple Heart #510DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.39%

 BLUE value IS 202 (79.3% from 255) = 68.24%

R = 27.36%
G = 4.39%
B = 68.24%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#510DCA (or 0x510DCA) is known color: Purple Heart. HEX triplet: 51, 0D and CA. RGB value is (81,13,202). Sum of RGB (Red+Green+Blue) = 81+13+202=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 13 (5.47% from 255 or 4.39% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #510DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510DCA is #AEF235. Grayscale: #363636. Windows color (decimal): -11465270 or 13241681. OLE color: 13241681.

HSL color Cylindrical-coordinate representation of color #510DCA: hue angle of 261.59º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510DCA is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 13 202 -
CMYK 0.60 0.94 0 0.21
HSL 261.59º 0.88% 0.42% -
HSV(B) 261.59º 0.94% 0.79% -
XYZ 14.2 6.3 56.35 -
YUV 54.88 211.03 146.63 -
System Red Green Blue C M Y K H S L
Decimal 81 13 202 0.60 0.94 0 0.21 261.59 0.88 0.42
Hex 51 D CA 3C 5E 0 15 106 58 2A
Octal 121 15 312 74 136 0 25 406 130 52
Binary 1010001 1101 11001010 111100 1011110 0 10101 100000110 1011000 101010

Color Harmonies of #510DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DCA

Black with #510DCA

Text Example


Text Example

White with #510DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,13,202); }

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

background-color css

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

 a { background-color: rgb(81,13,202); }

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

border-color css

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

 span { border-color: rgb(81,13,202); }

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