Html Css Color HEX #510CC2 Purple Heart

📋 copy color: '#510CC2'

red 81 ◦ green 12 ◦ blue 194

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

Shades of Purple Heart #510CC2

Tints of Purple Heart #510CC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.6%

R = 28.22%
G = 4.18%
B = 67.6%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#510CC2 (or 0x510CC2) is known color: Purple Heart. HEX triplet: 51, 0C and C2. RGB value is (81,12,194). Sum of RGB (Red+Green+Blue) = 81+12+194=287 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.22% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 194 (76.17% from 255 or 67.60% from 287); Max value from RGB is 194 - color contains mainly: blue. Hex color #510CC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CC2 is #AEF33D. Grayscale: #343434. Windows color (decimal): -11465534 or 12717137. OLE color: 12717137.

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

Color convert

RGB 81 12 194 -
CMYK 0.58 0.94 0 0.24
HSL 262.75º 0.88% 0.4% -
HSV(B) 262.75º 0.94% 0.76% -
XYZ 13.26 5.91 51.48 -
YUV 53.38 207.36 147.7 -
System Red Green Blue C M Y K H S L
Decimal 81 12 194 0.58 0.94 0 0.24 262.75 0.88 0.4
Hex 51 C C2 3A 5E 0 18 107 58 28
Octal 121 14 302 72 136 0 30 407 130 50
Binary 1010001 1100 11000010 111010 1011110 0 11000 100000111 1011000 101000

Color Harmonies of #510CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CC2

Black with #510CC2

Text Example


Text Example

White with #510CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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