Html Css Color HEX #512CCB Purple Heart

📋 copy color: '#512CCB'

red 81 ◦ green 44 ◦ blue 203

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

Shades of Purple Heart #512CCB

Tints of Purple Heart #512CCB

RGB

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

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

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

R = 24.7%
G = 13.41%
B = 61.89%

CMYK

 C value IS 0.60

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#512CCB (or 0x512CCB) is known color: Purple Heart. HEX triplet: 51, 2C and CB. RGB value is (81,44,203). Sum of RGB (Red+Green+Blue) = 81+44+203=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 44 (17.58% from 255 or 13.41% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #512CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #512CCB is #AED334. Grayscale: #484848. Windows color (decimal): -11457333 or 13315153. OLE color: 13315153.

HSL color Cylindrical-coordinate representation of color #512CCB: hue angle of 253.96º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512CCB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 44 203 -
CMYK 0.60 0.78 0 0.20
HSL 253.96º 0.64% 0.48% -
HSV(B) 253.96º 0.78% 0.8% -
XYZ 15.07 7.86 57.22 -
YUV 73.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 81 44 203 0.60 0.78 0 0.20 253.96 0.64 0.48
Hex 51 2C CB 3C 4E 0 14 FE 40 30
Octal 121 54 313 74 116 0 24 376 100 60
Binary 1010001 101100 11001011 111100 1001110 0 10100 11111110 1000000 110000

Color Harmonies of #512CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512CCB

Black with #512CCB

Text Example


Text Example

White with #512CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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