Html Css Color HEX #521EEE Han Purple

📋 copy color: '#521EEE'

red 82 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #521EEE

Tints of Han Purple #521EEE

RGB

 RED value IS 82 (32.42% from 255) = 23.43%

 GREEN value IS 30 (12.11% from 255) = 8.57%

 BLUE value IS 238 (93.36% from 255) = 68%

R = 23.43%
G = 8.57%
B = 68%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#521EEE (or 0x521EEE) is known color: Han Purple. HEX triplet: 52, 1E and EE. RGB value is (82,30,238). Sum of RGB (Red+Green+Blue) = 82+30+238=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #521EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EEE is #ADE111. Grayscale: #444444. Windows color (decimal): -11395346 or 15605330. OLE color: 15605330.

HSL color Cylindrical-coordinate representation of color #521EEE: hue angle of 255º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #521EEE is Cyan = 0.66, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 30 238 -
CMYK 0.66 0.87 0 0.07
HSL 255º 0.86% 0.53% -
HSV(B) 255º 0.87% 0.93% -
XYZ 19.38 8.9 81.58 -
YUV 69.26 223.23 137.09 -
System Red Green Blue C M Y K H S L
Decimal 82 30 238 0.66 0.87 0 0.07 255 0.86 0.53
Hex 52 1E EE 42 57 0 7 FF 56 35
Octal 122 36 356 102 127 0 7 377 126 65
Binary 1010010 11110 11101110 1000010 1010111 0 111 11111111 1010110 110101

Color Harmonies of #521EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EEE

Black with #521EEE

Text Example


Text Example

White with #521EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521EEE; }

 p { color: rgb(82,30,238); }

 H1.HeaderClassName
 {
   color: #521EEE;
 }
 .AnyTagClassName
 {
   color: #521EEE;
 }
</style>

background-color css

<style>
 a { background-color: #521EEE; }

 a { background-color: rgb(82,30,238); }

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

border-color css

<style>
 span { border-color: #521EEE; }

 span { border-color: rgb(82,30,238); }

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