Html Css Color HEX #6520EA Han Purple

📋 copy color: '#6520EA'

red 101 ◦ green 32 ◦ blue 234

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

Shades of Han Purple #6520EA

Tints of Han Purple #6520EA

RGB

 RED value IS 101 (39.84% from 255) = 27.52%

 GREEN value IS 32 (12.89% from 255) = 8.72%

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

R = 27.52%
G = 8.72%
B = 63.76%

CMYK

 C value IS 0.57

 M value IS 0.86

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6520EA (or 0x6520EA) is known color: Han Purple. HEX triplet: 65, 20 and EA. RGB value is (101,32,234). Sum of RGB (Red+Green+Blue) = 101+32+234=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 32 (12.89% from 255 or 8.72% from 367); Blue value is 234 (91.80% from 255 or 63.76% from 367); Max value from RGB is 234 - color contains mainly: blue. Hex color #6520EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6520EA is #9ADF15. Grayscale: #4A4A4A. Windows color (decimal): -10149654 or 15343717. OLE color: 15343717.

HSL color Cylindrical-coordinate representation of color #6520EA: hue angle of 260.5º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6520EA is Cyan = 0.57, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 32 234 -
CMYK 0.57 0.86 0 0.08
HSL 260.5º 0.83% 0.52% -
HSV(B) 260.5º 0.86% 0.92% -
XYZ 20.73 9.74 78.63 -
YUV 75.66 217.36 146.07 -
System Red Green Blue C M Y K H S L
Decimal 101 32 234 0.57 0.86 0 0.08 260.5 0.83 0.52
Hex 65 20 EA 39 56 0 8 104 53 34
Octal 145 40 352 71 126 0 10 404 123 64
Binary 1100101 100000 11101010 111001 1010110 0 1000 100000100 1010011 110100

Color Harmonies of #6520EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6520EA

Black with #6520EA

Text Example


Text Example

White with #6520EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6520EA; }

 p { color: rgb(101,32,234); }

 H1.HeaderClassName
 {
   color: #6520EA;
 }
 .AnyTagClassName
 {
   color: #6520EA;
 }
</style>

background-color css

<style>
 a { background-color: #6520EA; }

 a { background-color: rgb(101,32,234); }

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

border-color css

<style>
 span { border-color: #6520EA; }

 span { border-color: rgb(101,32,234); }

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