Html Css Color HEX #552FFE Han Purple

📋 copy color: '#552FFE'

red 85 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #552FFE

Tints of Han Purple #552FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 65.8%

R = 22.02%
G = 12.18%
B = 65.8%

CMYK

 C value IS 0.67

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#552FFE (or 0x552FFE) is known color: Han Purple. HEX triplet: 55, 2F and FE. RGB value is (85,47,254). Sum of RGB (Red+Green+Blue) = 85+47+254=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 47 (18.75% from 255 or 12.18% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #552FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552FFE is #AAD001. Grayscale: #515151. Windows color (decimal): -11194370 or 16658261. OLE color: 16658261.

HSL color Cylindrical-coordinate representation of color #552FFE: hue angle of 251.01º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552FFE is Cyan = 0.67, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 47 254 -
CMYK 0.67 0.81 0 0.00
HSL 251.01º 0.99% 0.59% -
HSV(B) 251.01º 0.81% 1% -
XYZ 22.65 11.12 94.72 -
YUV 81.96 225.09 130.17 -
System Red Green Blue C M Y K H S L
Decimal 85 47 254 0.67 0.81 0 0.00 251.01 0.99 0.59
Hex 55 2F FE 43 51 0 0 FB 63 3B
Octal 125 57 376 103 121 0 0 373 143 73
Binary 1010101 101111 11111110 1000011 1010001 0 0 11111011 1100011 111011

Color Harmonies of #552FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552FFE

Black with #552FFE

Text Example


Text Example

White with #552FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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