Html Css Color HEX #550ACF Purple Heart

📋 copy color: '#550ACF'

red 85 ◦ green 10 ◦ blue 207

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

Shades of Purple Heart #550ACF

Tints of Purple Heart #550ACF

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.31%

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

R = 28.15%
G = 3.31%
B = 68.54%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#550ACF (or 0x550ACF) is known color: Purple Heart. HEX triplet: 55, 0A and CF. RGB value is (85,10,207). Sum of RGB (Red+Green+Blue) = 85+10+207=302 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.15% from 302); Green value is 10 (4.30% from 255 or 3.31% from 302); Blue value is 207 (81.25% from 255 or 68.54% from 302); Max value from RGB is 207 - color contains mainly: blue. Hex color #550ACF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550ACF is #AAF530. Grayscale: #363636. Windows color (decimal): -11203889 or 13568597. OLE color: 13568597.

HSL color Cylindrical-coordinate representation of color #550ACF: hue angle of 262.84º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550ACF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 10 207 -
CMYK 0.59 0.95 0 0.19
HSL 262.84º 0.91% 0.43% -
HSV(B) 262.84º 0.95% 0.81% -
XYZ 15.12 6.65 59.52 -
YUV 54.88 213.85 149.48 -
System Red Green Blue C M Y K H S L
Decimal 85 10 207 0.59 0.95 0 0.19 262.84 0.91 0.43
Hex 55 A CF 3B 5F 0 13 107 5B 2B
Octal 125 12 317 73 137 0 23 407 133 53
Binary 1010101 1010 11001111 111011 1011111 0 10011 100000111 1011011 101011

Color Harmonies of #550ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #550ACF

Black with #550ACF

Text Example


Text Example

White with #550ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #550ACF; }

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

 H1.HeaderClassName
 {
   color: #550ACF;
 }
 .AnyTagClassName
 {
   color: #550ACF;
 }
</style>

background-color css

<style>
 a { background-color: #550ACF; }

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

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

border-color css

<style>
 span { border-color: #550ACF; }

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

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