Html Css Color HEX #6B32EF Han Purple

📋 copy color: '#6B32EF'

red 107 ◦ green 50 ◦ blue 239

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

Shades of Han Purple #6B32EF

Tints of Han Purple #6B32EF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 27.02%
G = 12.63%
B = 60.35%

CMYK

 C value IS 0.55

 M value IS 0.79

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B32EF (or 0x6B32EF) is known color: Han Purple. HEX triplet: 6B, 32 and EF. RGB value is (107,50,239). Sum of RGB (Red+Green+Blue) = 107+50+239=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B32EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B32EF is #94CD10. Grayscale: #575757. Windows color (decimal): -9751825 or 15676011. OLE color: 15676011.

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

Color convert

RGB 107 50 239 -
CMYK 0.55 0.79 0 0.06
HSL 258.1º 0.86% 0.57% -
HSV(B) 258.1º 0.79% 0.94% -
XYZ 22.78 11.64 82.71 -
YUV 88.59 212.88 141.13 -
System Red Green Blue C M Y K H S L
Decimal 107 50 239 0.55 0.79 0 0.06 258.1 0.86 0.57
Hex 6B 32 EF 37 4F 0 6 102 56 39
Octal 153 62 357 67 117 0 6 402 126 71
Binary 1101011 110010 11101111 110111 1001111 0 110 100000010 1010110 111001

Color Harmonies of #6B32EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B32EF

Black with #6B32EF

Text Example


Text Example

White with #6B32EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,50,239); }

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

background-color css

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

 a { background-color: rgb(107,50,239); }

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

border-color css

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

 span { border-color: rgb(107,50,239); }

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