Html Css Color HEX #5025CB Purple Heart

📋 copy color: '#5025CB'

red 80 ◦ green 37 ◦ blue 203

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

Shades of Purple Heart #5025CB

Tints of Purple Heart #5025CB

RGB

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

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

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

R = 25%
G = 11.56%
B = 63.44%

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

#5025CB (or 0x5025CB) is known color: Purple Heart. HEX triplet: 50, 25 and CB. RGB value is (80,37,203). Sum of RGB (Red+Green+Blue) = 80+37+203=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #5025CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5025CB is #AFDA34. Grayscale: #444444. Windows color (decimal): -11524661 or 13313360. OLE color: 13313360.

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

Color convert

RGB 80 37 203 -
CMYK 0.61 0.82 0 0.20
HSL 255.54º 0.69% 0.47% -
HSV(B) 255.54º 0.82% 0.8% -
XYZ 14.75 7.34 57.14 -
YUV 68.78 203.75 136 -
System Red Green Blue C M Y K H S L
Decimal 80 37 203 0.61 0.82 0 0.20 255.54 0.69 0.47
Hex 50 25 CB 3D 52 0 14 100 45 2F
Octal 120 45 313 75 122 0 24 400 105 57
Binary 1010000 100101 11001011 111101 1010010 0 10100 100000000 1000101 101111

Color Harmonies of #5025CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5025CB

Black with #5025CB

Text Example


Text Example

White with #5025CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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