Html Css Color HEX #552FF7 Han Purple

📋 copy color: '#552FF7'

red 85 ◦ green 47 ◦ blue 247

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

Shades of Han Purple #552FF7

Tints of Han Purple #552FF7

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.4%

 BLUE value IS 247 (96.88% from 255) = 65.17%

R = 22.43%
G = 12.4%
B = 65.17%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#552FF7 (or 0x552FF7) is known color: Han Purple. HEX triplet: 55, 2F and F7. RGB value is (85,47,247). Sum of RGB (Red+Green+Blue) = 85+47+247=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 47 (18.75% from 255 or 12.40% from 379); Blue value is 247 (96.88% from 255 or 65.17% from 379); Max value from RGB is 247 - color contains mainly: blue. Hex color #552FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FF7 is #AAD008. Grayscale: #505050. Windows color (decimal): -11194377 or 16199509. OLE color: 16199509.

HSL color Cylindrical-coordinate representation of color #552FF7: hue angle of 251.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552FF7 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 47 247 -
CMYK 0.66 0.81 0 0.03
HSL 251.4º 0.93% 0.58% -
HSV(B) 251.4º 0.81% 0.97% -
XYZ 21.55 10.68 88.92 -
YUV 81.16 221.59 130.74 -
System Red Green Blue C M Y K H S L
Decimal 85 47 247 0.66 0.81 0 0.03 251.4 0.93 0.58
Hex 55 2F F7 42 51 0 3 FB 5D 3A
Octal 125 57 367 102 121 0 3 373 135 72
Binary 1010101 101111 11110111 1000010 1010001 0 11 11111011 1011101 111010

Color Harmonies of #552FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FF7

Black with #552FF7

Text Example


Text Example

White with #552FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552FF7; }

 p { color: rgb(85,47,247); }

 H1.HeaderClassName
 {
   color: #552FF7;
 }
 .AnyTagClassName
 {
   color: #552FF7;
 }
</style>

background-color css

<style>
 a { background-color: #552FF7; }

 a { background-color: rgb(85,47,247); }

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

border-color css

<style>
 span { border-color: #552FF7; }

 span { border-color: rgb(85,47,247); }

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