Html Css Color HEX #551FD0 Purple Heart

📋 copy color: '#551FD0'

red 85 ◦ green 31 ◦ blue 208

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

Shades of Purple Heart #551FD0

Tints of Purple Heart #551FD0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

 BLUE value IS 208 (81.64% from 255) = 64.2%

R = 26.23%
G = 9.57%
B = 64.2%

CMYK

 C value IS 0.59

 M value IS 0.85

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#551FD0 (or 0x551FD0) is known color: Purple Heart. HEX triplet: 55, 1F and D0. RGB value is (85,31,208). Sum of RGB (Red+Green+Blue) = 85+31+208=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 208 (81.64% from 255 or 64.20% from 324); Max value from RGB is 208 - color contains mainly: blue. Hex color #551FD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FD0 is #AAE02F. Grayscale: #424242. Windows color (decimal): -11198512 or 13639509. OLE color: 13639509.

HSL color Cylindrical-coordinate representation of color #551FD0: hue angle of 258.31º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551FD0 is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 31 208 -
CMYK 0.59 0.85 0 0.18
HSL 258.31º 0.74% 0.47% -
HSV(B) 258.31º 0.85% 0.82% -
XYZ 15.62 7.47 60.29 -
YUV 67.32 207.39 140.61 -
System Red Green Blue C M Y K H S L
Decimal 85 31 208 0.59 0.85 0 0.18 258.31 0.74 0.47
Hex 55 1F D0 3B 55 0 12 102 4A 2F
Octal 125 37 320 73 125 0 22 402 112 57
Binary 1010101 11111 11010000 111011 1010101 0 10010 100000010 1001010 101111

Color Harmonies of #551FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551FD0

Black with #551FD0

Text Example


Text Example

White with #551FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551FD0; }

 p { color: rgb(85,31,208); }

 H1.HeaderClassName
 {
   color: #551FD0;
 }
 .AnyTagClassName
 {
   color: #551FD0;
 }
</style>

background-color css

<style>
 a { background-color: #551FD0; }

 a { background-color: rgb(85,31,208); }

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

border-color css

<style>
 span { border-color: #551FD0; }

 span { border-color: rgb(85,31,208); }

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