Html Css Color HEX #552BEA Han Purple

📋 copy color: '#552BEA'

red 85 ◦ green 43 ◦ blue 234

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

Shades of Han Purple #552BEA

Tints of Han Purple #552BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.88%

 BLUE value IS 234 (91.8% from 255) = 64.64%

R = 23.48%
G = 11.88%
B = 64.64%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#552BEA (or 0x552BEA) is known color: Han Purple. HEX triplet: 55, 2B and EA. RGB value is (85,43,234). Sum of RGB (Red+Green+Blue) = 85+43+234=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 234 (91.80% from 255 or 64.64% from 362); Max value from RGB is 234 - color contains mainly: blue. Hex color #552BEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552BEA is #AAD415. Grayscale: #4C4C4C. Windows color (decimal): -11195414 or 15346517. OLE color: 15346517.

HSL color Cylindrical-coordinate representation of color #552BEA: hue angle of 253.19º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #552BEA is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 85 43 234 -
CMYK 0.64 0.82 0 0.08
HSL 253.19º 0.82% 0.54% -
HSV(B) 253.19º 0.82% 0.92% -
XYZ 19.46 9.6 78.67 -
YUV 77.33 216.41 133.47 -
System Red Green Blue C M Y K H S L
Decimal 85 43 234 0.64 0.82 0 0.08 253.19 0.82 0.54
Hex 55 2B EA 40 52 0 8 FD 52 36
Octal 125 53 352 100 122 0 10 375 122 66
Binary 1010101 101011 11101010 1000000 1010010 0 1000 11111101 1010010 110110

Color Harmonies of #552BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552BEA

Black with #552BEA

Text Example


Text Example

White with #552BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,43,234); }

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

background-color css

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

 a { background-color: rgb(85,43,234); }

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

border-color css

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

 span { border-color: rgb(85,43,234); }

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