Html Css Color HEX #5918CC Purple Heart

📋 copy color: '#5918CC'

red 89 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #5918CC

Tints of Purple Heart #5918CC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.57%

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

R = 28.08%
G = 7.57%
B = 64.35%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5918CC (or 0x5918CC) is known color: Purple Heart. HEX triplet: 59, 18 and CC. RGB value is (89,24,204). Sum of RGB (Red+Green+Blue) = 89+24+204=317 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.08% from 317); Green value is 24 (9.77% from 255 or 7.57% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #5918CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5918CC is #A6E733. Grayscale: #3F3F3F. Windows color (decimal): -10938164 or 13375577. OLE color: 13375577.

HSL color Cylindrical-coordinate representation of color #5918CC: hue angle of 261.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5918CC is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 24 204 -
CMYK 0.56 0.88 0 0.2
HSL 261.67º 0.79% 0.45% -
HSV(B) 261.67º 0.88% 0.8% -
XYZ 15.35 7.14 57.7 -
YUV 63.96 207.03 145.86 -
System Red Green Blue C M Y K H S L
Decimal 89 24 204 0.56 0.88 0 0.2 261.67 0.79 0.45
Hex 59 18 CC 38 58 0 14 106 4F 2D
Octal 131 30 314 70 130 0 24 406 117 55
Binary 1011001 11000 11001100 111000 1011000 0 10100 100000110 1001111 101101

Color Harmonies of #5918CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5918CC

Black with #5918CC

Text Example


Text Example

White with #5918CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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