Html Css Color HEX #6B22ED Han Purple

📋 copy color: '#6B22ED'

red 107 ◦ green 34 ◦ blue 237

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

Shades of Han Purple #6B22ED

Tints of Han Purple #6B22ED

RGB

 RED value IS 107 (42.19% from 255) = 28.31%

 GREEN value IS 34 (13.67% from 255) = 8.99%

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 28.31%
G = 8.99%
B = 62.7%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6B22ED (or 0x6B22ED) is known color: Han Purple. HEX triplet: 6B, 22 and ED. RGB value is (107,34,237). Sum of RGB (Red+Green+Blue) = 107+34+237=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 34 (13.67% from 255 or 8.99% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #6B22ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B22ED is #94DD12. Grayscale: #4E4E4E. Windows color (decimal): -9755923 or 15540843. OLE color: 15540843.

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

Color convert

RGB 107 34 237 -
CMYK 0.55 0.86 0 0.07
HSL 261.58º 0.85% 0.53% -
HSV(B) 261.58º 0.86% 0.93% -
XYZ 21.92 10.38 80.97 -
YUV 78.97 217.18 147.99 -
System Red Green Blue C M Y K H S L
Decimal 107 34 237 0.55 0.86 0 0.07 261.58 0.85 0.53
Hex 6B 22 ED 37 56 0 7 106 55 35
Octal 153 42 355 67 126 0 7 406 125 65
Binary 1101011 100010 11101101 110111 1010110 0 111 100000110 1010101 110101

Color Harmonies of #6B22ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B22ED

Black with #6B22ED

Text Example


Text Example

White with #6B22ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,34,237); }

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

background-color css

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

 a { background-color: rgb(107,34,237); }

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

border-color css

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

 span { border-color: rgb(107,34,237); }

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