Html Css Color HEX #552DFE Han Purple

📋 copy color: '#552DFE'

red 85 ◦ green 45 ◦ blue 254

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

Shades of Han Purple #552DFE

Tints of Han Purple #552DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.72%

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

R = 22.14%
G = 11.72%
B = 66.15%

CMYK

 C value IS 0.67

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#552DFE (or 0x552DFE) is known color: Han Purple. HEX triplet: 55, 2D and FE. RGB value is (85,45,254). Sum of RGB (Red+Green+Blue) = 85+45+254=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 254 (99.61% from 255 or 66.15% from 384); Max value from RGB is 254 - color contains mainly: blue. Hex color #552DFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552DFE is #AAD201. Grayscale: #4F4F4F. Windows color (decimal): -11194882 or 16657749. OLE color: 16657749.

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

Color convert

RGB 85 45 254 -
CMYK 0.67 0.82 0 0.00
HSL 251.48º 0.99% 0.59% -
HSV(B) 251.48º 0.82% 1% -
XYZ 22.57 10.96 94.69 -
YUV 80.79 225.75 131.01 -
System Red Green Blue C M Y K H S L
Decimal 85 45 254 0.67 0.82 0 0.00 251.48 0.99 0.59
Hex 55 2D FE 43 52 0 0 FB 63 3B
Octal 125 55 376 103 122 0 0 373 143 73
Binary 1010101 101101 11111110 1000011 1010010 0 0 11111011 1100011 111011

Color Harmonies of #552DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552DFE

Black with #552DFE

Text Example


Text Example

White with #552DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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