Html Css Color HEX #512CB6 Purple Heart

📋 copy color: '#512CB6'

red 81 ◦ green 44 ◦ blue 182

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

Shades of Purple Heart #512CB6

Tints of Purple Heart #512CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 59.28%

R = 26.38%
G = 14.33%
B = 59.28%

CMYK

 C value IS 0.55

 M value IS 0.76

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#512CB6 (or 0x512CB6) is known color: Purple Heart. HEX triplet: 51, 2C and B6. RGB value is (81,44,182). Sum of RGB (Red+Green+Blue) = 81+44+182=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #512CB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CB6 is #AED349. Grayscale: #464646. Windows color (decimal): -11457354 or 11938897. OLE color: 11938897.

HSL color Cylindrical-coordinate representation of color #512CB6: hue angle of 256.09º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #512CB6 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 44 182 -
CMYK 0.55 0.76 0 0.29
HSL 256.09º 0.61% 0.44% -
HSV(B) 256.09º 0.76% 0.71% -
XYZ 12.74 6.93 44.92 -
YUV 70.8 190.76 135.28 -
System Red Green Blue C M Y K H S L
Decimal 81 44 182 0.55 0.76 0 0.29 256.09 0.61 0.44
Hex 51 2C B6 37 4C 0 1D 100 3D 2C
Octal 121 54 266 67 114 0 35 400 75 54
Binary 1010001 101100 10110110 110111 1001100 0 11101 100000000 111101 101100

Color Harmonies of #512CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CB6

Black with #512CB6

Text Example


Text Example

White with #512CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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