Html Css Color HEX #552AFD Han Purple

📋 copy color: '#552AFD'

red 85 ◦ green 42 ◦ blue 253

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

Shades of Han Purple #552AFD

Tints of Han Purple #552AFD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.05%

 BLUE value IS 253 (99.22% from 255) = 66.58%

R = 22.37%
G = 11.05%
B = 66.58%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#552AFD (or 0x552AFD) is known color: Han Purple. HEX triplet: 55, 2A and FD. RGB value is (85,42,253). Sum of RGB (Red+Green+Blue) = 85+42+253=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 253 (99.22% from 255 or 66.58% from 380); Max value from RGB is 253 - color contains mainly: blue. Hex color #552AFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #552AFD is #AAD502. Grayscale: #4E4E4E. Windows color (decimal): -11195651 or 16591445. OLE color: 16591445.

HSL color Cylindrical-coordinate representation of color #552AFD: hue angle of 252.23º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #552AFD is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 42 253 -
CMYK 0.66 0.83 0 0.01
HSL 252.23º 0.98% 0.58% -
HSV(B) 252.23º 0.83% 0.99% -
XYZ 22.3 10.68 93.81 -
YUV 78.91 226.25 132.34 -
System Red Green Blue C M Y K H S L
Decimal 85 42 253 0.66 0.83 0 0.01 252.23 0.98 0.58
Hex 55 2A FD 42 53 0 1 FC 62 3A
Octal 125 52 375 102 123 0 1 374 142 72
Binary 1010101 101010 11111101 1000010 1010011 0 1 11111100 1100010 111010

Color Harmonies of #552AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552AFD

Black with #552AFD

Text Example


Text Example

White with #552AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,42,253); }

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

background-color css

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

 a { background-color: rgb(85,42,253); }

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

border-color css

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

 span { border-color: rgb(85,42,253); }

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