Html Css Color HEX #5129CB Purple Heart

📋 copy color: '#5129CB'

red 81 ◦ green 41 ◦ blue 203

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

Shades of Purple Heart #5129CB

Tints of Purple Heart #5129CB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

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

R = 24.92%
G = 12.62%
B = 62.46%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5129CB (or 0x5129CB) is known color: Purple Heart. HEX triplet: 51, 29 and CB. RGB value is (81,41,203). Sum of RGB (Red+Green+Blue) = 81+41+203=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #5129CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129CB is #AED634. Grayscale: #464646. Windows color (decimal): -11458101 or 13314385. OLE color: 13314385.

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

Color convert

RGB 81 41 203 -
CMYK 0.60 0.80 0 0.20
HSL 254.81º 0.66% 0.48% -
HSV(B) 254.81º 0.8% 0.8% -
XYZ 14.97 7.65 57.19 -
YUV 71.43 202.25 134.83 -
System Red Green Blue C M Y K H S L
Decimal 81 41 203 0.60 0.80 0 0.20 254.81 0.66 0.48
Hex 51 29 CB 3C 50 0 14 FF 42 30
Octal 121 51 313 74 120 0 24 377 102 60
Binary 1010001 101001 11001011 111100 1010000 0 10100 11111111 1000010 110000

Color Harmonies of #5129CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5129CB

Black with #5129CB

Text Example


Text Example

White with #5129CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5129CB; }

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

 H1.HeaderClassName
 {
   color: #5129CB;
 }
 .AnyTagClassName
 {
   color: #5129CB;
 }
</style>

background-color css

<style>
 a { background-color: #5129CB; }

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

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

border-color css

<style>
 span { border-color: #5129CB; }

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

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