Html Css Color HEX #5125CA Purple Heart

📋 copy color: '#5125CA'

red 81 ◦ green 37 ◦ blue 202

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

Shades of Purple Heart #5125CA

Tints of Purple Heart #5125CA

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 202 (79.3% from 255) = 63.13%

R = 25.31%
G = 11.56%
B = 63.13%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5125CA (or 0x5125CA) is known color: Purple Heart. HEX triplet: 51, 25 and CA. RGB value is (81,37,202). Sum of RGB (Red+Green+Blue) = 81+37+202=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 202 (79.30% from 255 or 63.12% from 320); Max value from RGB is 202 - color contains mainly: blue. Hex color #5125CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5125CA is #AEDA35. Grayscale: #444444. Windows color (decimal): -11459126 or 13247825. OLE color: 13247825.

HSL color Cylindrical-coordinate representation of color #5125CA: hue angle of 256º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5125CA is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 81 37 202 -
CMYK 0.60 0.82 0 0.21
HSL 256º 0.69% 0.47% -
HSV(B) 256º 0.82% 0.79% -
XYZ 14.72 7.34 56.52 -
YUV 68.97 203.08 136.58 -
System Red Green Blue C M Y K H S L
Decimal 81 37 202 0.60 0.82 0 0.21 256 0.69 0.47
Hex 51 25 CA 3C 52 0 15 100 45 2F
Octal 121 45 312 74 122 0 25 400 105 57
Binary 1010001 100101 11001010 111100 1010010 0 10101 100000000 1000101 101111

Color Harmonies of #5125CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5125CA

Black with #5125CA

Text Example


Text Example

White with #5125CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5125CA; }

 p { color: rgb(81,37,202); }

 H1.HeaderClassName
 {
   color: #5125CA;
 }
 .AnyTagClassName
 {
   color: #5125CA;
 }
</style>

background-color css

<style>
 a { background-color: #5125CA; }

 a { background-color: rgb(81,37,202); }

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

border-color css

<style>
 span { border-color: #5125CA; }

 span { border-color: rgb(81,37,202); }

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