Html Css Color HEX #512FCB Purple Heart

📋 copy color: '#512FCB'

red 81 ◦ green 47 ◦ blue 203

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

Shades of Purple Heart #512FCB

Tints of Purple Heart #512FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.33%

R = 24.47%
G = 14.2%
B = 61.33%

CMYK

 C value IS 0.60

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#512FCB (or 0x512FCB) is known color: Purple Heart. HEX triplet: 51, 2F and CB. RGB value is (81,47,203). Sum of RGB (Red+Green+Blue) = 81+47+203=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 47 (18.75% from 255 or 14.20% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #512FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512FCB is #AED034. Grayscale: #4A4A4A. Windows color (decimal): -11456565 or 13315921. OLE color: 13315921.

HSL color Cylindrical-coordinate representation of color #512FCB: hue angle of 253.08º degrees, saturation: 0.62, 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 #512FCB is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 47 203 -
CMYK 0.60 0.77 0 0.20
HSL 253.08º 0.62% 0.49% -
HSV(B) 253.08º 0.77% 0.8% -
XYZ 15.19 8.09 57.26 -
YUV 74.95 200.26 132.32 -
System Red Green Blue C M Y K H S L
Decimal 81 47 203 0.60 0.77 0 0.20 253.08 0.62 0.49
Hex 51 2F CB 3C 4D 0 14 FD 3E 31
Octal 121 57 313 74 115 0 24 375 76 61
Binary 1010001 101111 11001011 111100 1001101 0 10100 11111101 111110 110001

Color Harmonies of #512FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512FCB

Black with #512FCB

Text Example


Text Example

White with #512FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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