Html Css Color HEX #6526EF Han Purple

📋 copy color: '#6526EF'

red 101 ◦ green 38 ◦ blue 239

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

Shades of Han Purple #6526EF

Tints of Han Purple #6526EF

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.05%

 BLUE value IS 239 (93.75% from 255) = 63.23%

R = 26.72%
G = 10.05%
B = 63.23%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6526EF (or 0x6526EF) is known color: Han Purple. HEX triplet: 65, 26 and EF. RGB value is (101,38,239). Sum of RGB (Red+Green+Blue) = 101+38+239=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #6526EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6526EF is #9AD910. Grayscale: #4F4F4F. Windows color (decimal): -10148113 or 15672933. OLE color: 15672933.

HSL color Cylindrical-coordinate representation of color #6526EF: hue angle of 258.81º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6526EF is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 101 38 239 -
CMYK 0.58 0.84 0 0.06
HSL 258.81º 0.86% 0.54% -
HSV(B) 258.81º 0.84% 0.94% -
XYZ 21.64 10.38 82.53 -
YUV 79.75 217.87 143.16 -
System Red Green Blue C M Y K H S L
Decimal 101 38 239 0.58 0.84 0 0.06 258.81 0.86 0.54
Hex 65 26 EF 3A 54 0 6 103 56 36
Octal 145 46 357 72 124 0 6 403 126 66
Binary 1100101 100110 11101111 111010 1010100 0 110 100000011 1010110 110110

Color Harmonies of #6526EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6526EF

Black with #6526EF

Text Example


Text Example

White with #6526EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6526EF; }

 p { color: rgb(101,38,239); }

 H1.HeaderClassName
 {
   color: #6526EF;
 }
 .AnyTagClassName
 {
   color: #6526EF;
 }
</style>

background-color css

<style>
 a { background-color: #6526EF; }

 a { background-color: rgb(101,38,239); }

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

border-color css

<style>
 span { border-color: #6526EF; }

 span { border-color: rgb(101,38,239); }

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