Html Css Color HEX #512CC4 Purple Heart

📋 copy color: '#512CC4'

red 81 ◦ green 44 ◦ blue 196

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

Shades of Purple Heart #512CC4

Tints of Purple Heart #512CC4

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.71%

 BLUE value IS 196 (76.95% from 255) = 61.06%

R = 25.23%
G = 13.71%
B = 61.06%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#512CC4 (or 0x512CC4) is known color: Purple Heart. HEX triplet: 51, 2C and C4. RGB value is (81,44,196). Sum of RGB (Red+Green+Blue) = 81+44+196=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 196 (76.95% from 255 or 61.06% from 321); Max value from RGB is 196 - color contains mainly: blue. Hex color #512CC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CC4 is #AED33B. Grayscale: #474747. Windows color (decimal): -11457340 or 12856401. OLE color: 12856401.

HSL color Cylindrical-coordinate representation of color #512CC4: hue angle of 254.61º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512CC4 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 81 44 196 -
CMYK 0.59 0.78 0 0.23
HSL 254.61º 0.63% 0.47% -
HSV(B) 254.61º 0.78% 0.77% -
XYZ 14.26 7.54 52.93 -
YUV 72.39 197.76 134.14 -
System Red Green Blue C M Y K H S L
Decimal 81 44 196 0.59 0.78 0 0.23 254.61 0.63 0.47
Hex 51 2C C4 3B 4E 0 17 FF 3F 2F
Octal 121 54 304 73 116 0 27 377 77 57
Binary 1010001 101100 11000100 111011 1001110 0 10111 11111111 111111 101111

Color Harmonies of #512CC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CC4

Black with #512CC4

Text Example


Text Example

White with #512CC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512CC4; }

 p { color: rgb(81,44,196); }

 H1.HeaderClassName
 {
   color: #512CC4;
 }
 .AnyTagClassName
 {
   color: #512CC4;
 }
</style>

background-color css

<style>
 a { background-color: #512CC4; }

 a { background-color: rgb(81,44,196); }

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

border-color css

<style>
 span { border-color: #512CC4; }

 span { border-color: rgb(81,44,196); }

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