Html Css Color HEX #512FCC Purple Heart

📋 copy color: '#512FCC'

red 81 ◦ green 47 ◦ blue 204

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

Shades of Purple Heart #512FCC

Tints of Purple Heart #512FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.16%

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 24.4%
G = 14.16%
B = 61.45%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#512FCC (or 0x512FCC) is known color: Purple Heart. HEX triplet: 51, 2F and CC. RGB value is (81,47,204). Sum of RGB (Red+Green+Blue) = 81+47+204=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #512FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FCC is #AED033. Grayscale: #4A4A4A. Windows color (decimal): -11456564 or 13381457. OLE color: 13381457.

HSL color Cylindrical-coordinate representation of color #512FCC: hue angle of 252.99º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #512FCC is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 47 204 -
CMYK 0.60 0.77 0 0.2
HSL 252.99º 0.63% 0.49% -
HSV(B) 252.99º 0.77% 0.8% -
XYZ 15.31 8.14 57.89 -
YUV 75.06 200.76 132.23 -
System Red Green Blue C M Y K H S L
Decimal 81 47 204 0.60 0.77 0 0.2 252.99 0.63 0.49
Hex 51 2F CC 3C 4D 0 14 FD 3F 31
Octal 121 57 314 74 115 0 24 375 77 61
Binary 1010001 101111 11001100 111100 1001101 0 10100 11111101 111111 110001

Color Harmonies of #512FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FCC

Black with #512FCC

Text Example


Text Example

White with #512FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,47,204); }

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

background-color css

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

 a { background-color: rgb(81,47,204); }

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

border-color css

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

 span { border-color: rgb(81,47,204); }

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