Html Css Color HEX #5518CF Purple Heart

📋 copy color: '#5518CF'

red 85 ◦ green 24 ◦ blue 207

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

Shades of Purple Heart #5518CF

Tints of Purple Heart #5518CF

RGB

 RED value IS 85 (33.59% from 255) = 26.9%

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

 BLUE value IS 207 (81.25% from 255) = 65.51%

R = 26.9%
G = 7.59%
B = 65.51%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5518CF (or 0x5518CF) is known color: Purple Heart. HEX triplet: 55, 18 and CF. RGB value is (85,24,207). Sum of RGB (Red+Green+Blue) = 85+24+207=316 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.90% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #5518CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518CF is #AAE730. Grayscale: #3E3E3E. Windows color (decimal): -11200305 or 13572181. OLE color: 13572181.

HSL color Cylindrical-coordinate representation of color #5518CF: hue angle of 260º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5518CF is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 24 207 -
CMYK 0.59 0.88 0 0.19
HSL 260º 0.79% 0.45% -
HSV(B) 260º 0.88% 0.81% -
XYZ 15.34 7.09 59.59 -
YUV 63.1 209.21 143.62 -
System Red Green Blue C M Y K H S L
Decimal 85 24 207 0.59 0.88 0 0.19 260 0.79 0.45
Hex 55 18 CF 3B 58 0 13 104 4F 2D
Octal 125 30 317 73 130 0 23 404 117 55
Binary 1010101 11000 11001111 111011 1011000 0 10011 100000100 1001111 101101

Color Harmonies of #5518CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518CF

Black with #5518CF

Text Example


Text Example

White with #5518CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5518CF; }

 p { color: rgb(85,24,207); }

 H1.HeaderClassName
 {
   color: #5518CF;
 }
 .AnyTagClassName
 {
   color: #5518CF;
 }
</style>

background-color css

<style>
 a { background-color: #5518CF; }

 a { background-color: rgb(85,24,207); }

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

border-color css

<style>
 span { border-color: #5518CF; }

 span { border-color: rgb(85,24,207); }

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