Html Css Color HEX #551CCF Purple Heart

📋 copy color: '#551CCF'

red 85 ◦ green 28 ◦ blue 207

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

Shades of Purple Heart #551CCF

Tints of Purple Heart #551CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.75%

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

R = 26.56%
G = 8.75%
B = 64.69%

CMYK

 C value IS 0.59

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#551CCF (or 0x551CCF) is known color: Purple Heart. HEX triplet: 55, 1C and CF. RGB value is (85,28,207). Sum of RGB (Red+Green+Blue) = 85+28+207=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 28 (11.33% from 255 or 8.75% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #551CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CCF is #AAE330. Grayscale: #404040. Windows color (decimal): -11199281 or 13573205. OLE color: 13573205.

HSL color Cylindrical-coordinate representation of color #551CCF: hue angle of 259.11º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551CCF is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 85 28 207 -
CMYK 0.59 0.86 0 0.19
HSL 259.11º 0.76% 0.46% -
HSV(B) 259.11º 0.86% 0.81% -
XYZ 15.42 7.27 59.62 -
YUV 65.45 207.88 141.95 -
System Red Green Blue C M Y K H S L
Decimal 85 28 207 0.59 0.86 0 0.19 259.11 0.76 0.46
Hex 55 1C CF 3B 56 0 13 103 4C 2E
Octal 125 34 317 73 126 0 23 403 114 56
Binary 1010101 11100 11001111 111011 1010110 0 10011 100000011 1001100 101110

Color Harmonies of #551CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551CCF

Black with #551CCF

Text Example


Text Example

White with #551CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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