Html Css Color HEX #6A33EE Han Purple

📋 copy color: '#6A33EE'

red 106 ◦ green 51 ◦ blue 238

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

Shades of Han Purple #6A33EE

Tints of Han Purple #6A33EE

RGB

 RED value IS 106 (41.8% from 255) = 26.84%

 GREEN value IS 51 (20.31% from 255) = 12.91%

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

R = 26.84%
G = 12.91%
B = 60.25%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6A33EE (or 0x6A33EE) is known color: Han Purple. HEX triplet: 6A, 33 and EE. RGB value is (106,51,238). Sum of RGB (Red+Green+Blue) = 106+51+238=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 51 (20.31% from 255 or 12.91% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A33EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A33EE is #95CC11. Grayscale: #585858. Windows color (decimal): -9817106 or 15610730. OLE color: 15610730.

HSL color Cylindrical-coordinate representation of color #6A33EE: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A33EE is Cyan = 0.55, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 51 238 -
CMYK 0.55 0.79 0 0.07
HSL 257.65º 0.85% 0.57% -
HSV(B) 257.65º 0.79% 0.93% -
XYZ 22.56 11.6 81.94 -
YUV 88.76 212.22 140.29 -
System Red Green Blue C M Y K H S L
Decimal 106 51 238 0.55 0.79 0 0.07 257.65 0.85 0.57
Hex 6A 33 EE 37 4F 0 7 102 55 39
Octal 152 63 356 67 117 0 7 402 125 71
Binary 1101010 110011 11101110 110111 1001111 0 111 100000010 1010101 111001

Color Harmonies of #6A33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A33EE

Black with #6A33EE

Text Example


Text Example

White with #6A33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A33EE; }

 p { color: rgb(106,51,238); }

 H1.HeaderClassName
 {
   color: #6A33EE;
 }
 .AnyTagClassName
 {
   color: #6A33EE;
 }
</style>

background-color css

<style>
 a { background-color: #6A33EE; }

 a { background-color: rgb(106,51,238); }

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

border-color css

<style>
 span { border-color: #6A33EE; }

 span { border-color: rgb(106,51,238); }

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