Html Css Color HEX #5025CD Purple Heart

📋 copy color: '#5025CD'

red 80 ◦ green 37 ◦ blue 205

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

Shades of Purple Heart #5025CD

Tints of Purple Heart #5025CD

RGB

 RED value IS 80 (31.64% from 255) = 24.84%

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

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

R = 24.84%
G = 11.49%
B = 63.66%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5025CD (or 0x5025CD) is known color: Purple Heart. HEX triplet: 50, 25 and CD. RGB value is (80,37,205). Sum of RGB (Red+Green+Blue) = 80+37+205=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 37 (14.84% from 255 or 11.49% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #5025CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025CD is #AFDA32. Grayscale: #444444. Windows color (decimal): -11524659 or 13444432. OLE color: 13444432.

HSL color Cylindrical-coordinate representation of color #5025CD: hue angle of 255.36º 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 #5025CD is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 37 205 -
CMYK 0.61 0.82 0 0.20
HSL 255.36º 0.69% 0.47% -
HSV(B) 255.36º 0.82% 0.8% -
XYZ 14.99 7.44 58.4 -
YUV 69.01 204.75 135.84 -
System Red Green Blue C M Y K H S L
Decimal 80 37 205 0.61 0.82 0 0.20 255.36 0.69 0.47
Hex 50 25 CD 3D 52 0 14 FF 45 2F
Octal 120 45 315 75 122 0 24 377 105 57
Binary 1010000 100101 11001101 111101 1010010 0 10100 11111111 1000101 101111

Color Harmonies of #5025CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025CD

Black with #5025CD

Text Example


Text Example

White with #5025CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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