Html Css Color HEX #5125CD Purple Heart

📋 copy color: '#5125CD'

red 81 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #5125CD

Tints of Purple Heart #5125CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 25.08%
G = 11.46%
B = 63.47%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5125CD (or 0x5125CD) is known color: Purple Heart. HEX triplet: 51, 25 and CD. RGB value is (81,37,205). Sum of RGB (Red+Green+Blue) = 81+37+205=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #5125CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5125CD is #AEDA32. Grayscale: #444444. Windows color (decimal): -11459123 or 13444433. OLE color: 13444433.

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

Color convert

RGB 81 37 205 -
CMYK 0.60 0.82 0 0.20
HSL 255.71º 0.69% 0.47% -
HSV(B) 255.71º 0.82% 0.8% -
XYZ 15.07 7.48 58.41 -
YUV 69.31 204.58 136.34 -
System Red Green Blue C M Y K H S L
Decimal 81 37 205 0.60 0.82 0 0.20 255.71 0.69 0.47
Hex 51 25 CD 3C 52 0 14 100 45 2F
Octal 121 45 315 74 122 0 24 400 105 57
Binary 1010001 100101 11001101 111100 1010010 0 10100 100000000 1000101 101111

Color Harmonies of #5125CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5125CD

Black with #5125CD

Text Example


Text Example

White with #5125CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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