Html Css Color HEX #6B2FEF Han Purple

📋 copy color: '#6B2FEF'

red 107 ◦ green 47 ◦ blue 239

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

Shades of Han Purple #6B2FEF

Tints of Han Purple #6B2FEF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.96%

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

R = 27.23%
G = 11.96%
B = 60.81%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B2FEF (or 0x6B2FEF) is known color: Han Purple. HEX triplet: 6B, 2F and EF. RGB value is (107,47,239). Sum of RGB (Red+Green+Blue) = 107+47+239=393 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.23% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 239 (93.75% from 255 or 60.81% from 393); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B2FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2FEF is #94D010. Grayscale: #565656. Windows color (decimal): -9752593 or 15675243. OLE color: 15675243.

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

Color convert

RGB 107 47 239 -
CMYK 0.55 0.80 0 0.06
HSL 258.75º 0.86% 0.56% -
HSV(B) 258.75º 0.8% 0.94% -
XYZ 22.66 11.39 82.67 -
YUV 86.83 213.88 142.39 -
System Red Green Blue C M Y K H S L
Decimal 107 47 239 0.55 0.80 0 0.06 258.75 0.86 0.56
Hex 6B 2F EF 37 50 0 6 103 56 38
Octal 153 57 357 67 120 0 6 403 126 70
Binary 1101011 101111 11101111 110111 1010000 0 110 100000011 1010110 111000

Color Harmonies of #6B2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2FEF

Black with #6B2FEF

Text Example


Text Example

White with #6B2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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