Html Css Color HEX #5925CC Purple Heart

📋 copy color: '#5925CC'

red 89 ◦ green 37 ◦ blue 204

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

Shades of Purple Heart #5925CC

Tints of Purple Heart #5925CC

RGB

 RED value IS 89 (35.16% from 255) = 26.97%

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

 BLUE value IS 204 (80.08% from 255) = 61.82%

R = 26.97%
G = 11.21%
B = 61.82%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5925CC (or 0x5925CC) is known color: Purple Heart. HEX triplet: 59, 25 and CC. RGB value is (89,37,204). Sum of RGB (Red+Green+Blue) = 89+37+204=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #5925CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5925CC is #A6DA33. Grayscale: #464646. Windows color (decimal): -10934836 or 13378905. OLE color: 13378905.

HSL color Cylindrical-coordinate representation of color #5925CC: hue angle of 258.68º 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 #5925CC is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 37 204 -
CMYK 0.56 0.82 0 0.2
HSL 258.68º 0.69% 0.47% -
HSV(B) 258.68º 0.82% 0.8% -
XYZ 15.68 7.81 57.81 -
YUV 71.59 202.73 140.42 -
System Red Green Blue C M Y K H S L
Decimal 89 37 204 0.56 0.82 0 0.2 258.68 0.69 0.47
Hex 59 25 CC 38 52 0 14 103 45 2F
Octal 131 45 314 70 122 0 24 403 105 57
Binary 1011001 100101 11001100 111000 1010010 0 10100 100000011 1000101 101111

Color Harmonies of #5925CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5925CC

Black with #5925CC

Text Example


Text Example

White with #5925CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5925CC; }

 p { color: rgb(89,37,204); }

 H1.HeaderClassName
 {
   color: #5925CC;
 }
 .AnyTagClassName
 {
   color: #5925CC;
 }
</style>

background-color css

<style>
 a { background-color: #5925CC; }

 a { background-color: rgb(89,37,204); }

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

border-color css

<style>
 span { border-color: #5925CC; }

 span { border-color: rgb(89,37,204); }

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