Html Css Color HEX #5507CF Purple Heart

📋 copy color: '#5507CF'

red 85 ◦ green 7 ◦ blue 207

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

Shades of Purple Heart #5507CF

Tints of Purple Heart #5507CF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.34%

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

R = 28.43%
G = 2.34%
B = 69.23%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5507CF (or 0x5507CF) is known color: Purple Heart. HEX triplet: 55, 07 and CF. RGB value is (85,7,207). Sum of RGB (Red+Green+Blue) = 85+7+207=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 207 (81.25% from 255 or 69.23% from 299); Max value from RGB is 207 - color contains mainly: blue. Hex color #5507CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5507CF is #AAF830. Grayscale: #343434. Windows color (decimal): -11204657 or 13567829. OLE color: 13567829.

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

Color convert

RGB 85 7 207 -
CMYK 0.59 0.97 0 0.19
HSL 263.4º 0.93% 0.42% -
HSV(B) 263.4º 0.97% 0.81% -
XYZ 15.08 6.59 59.51 -
YUV 53.12 214.84 150.74 -
System Red Green Blue C M Y K H S L
Decimal 85 7 207 0.59 0.97 0 0.19 263.4 0.93 0.42
Hex 55 7 CF 3B 61 0 13 107 5D 2A
Octal 125 7 317 73 141 0 23 407 135 52
Binary 1010101 111 11001111 111011 1100001 0 10011 100000111 1011101 101010

Color Harmonies of #5507CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5507CF

Black with #5507CF

Text Example


Text Example

White with #5507CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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