Html Css Color HEX #552CEC Han Purple

📋 copy color: '#552CEC'

red 85 ◦ green 44 ◦ blue 236

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

Shades of Han Purple #552CEC

Tints of Han Purple #552CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

 BLUE value IS 236 (92.58% from 255) = 64.66%

R = 23.29%
G = 12.05%
B = 64.66%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#552CEC (or 0x552CEC) is known color: Han Purple. HEX triplet: 55, 2C and EC. RGB value is (85,44,236). Sum of RGB (Red+Green+Blue) = 85+44+236=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 236 (92.58% from 255 or 64.66% from 365); Max value from RGB is 236 - color contains mainly: blue. Hex color #552CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552CEC is #AAD313. Grayscale: #4D4D4D. Windows color (decimal): -11195156 or 15477845. OLE color: 15477845.

HSL color Cylindrical-coordinate representation of color #552CEC: hue angle of 252.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #552CEC is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 44 236 -
CMYK 0.64 0.81 0 0.07
HSL 252.81º 0.83% 0.55% -
HSV(B) 252.81º 0.81% 0.93% -
XYZ 19.79 9.79 80.2 -
YUV 78.15 217.08 132.89 -
System Red Green Blue C M Y K H S L
Decimal 85 44 236 0.64 0.81 0 0.07 252.81 0.83 0.55
Hex 55 2C EC 40 51 0 7 FD 53 37
Octal 125 54 354 100 121 0 7 375 123 67
Binary 1010101 101100 11101100 1000000 1010001 0 111 11111101 1010011 110111

Color Harmonies of #552CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552CEC

Black with #552CEC

Text Example


Text Example

White with #552CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,44,236); }

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

background-color css

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

 a { background-color: rgb(85,44,236); }

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

border-color css

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

 span { border-color: rgb(85,44,236); }

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