Html Css Color HEX #6B2AEF Han Purple

📋 copy color: '#6B2AEF'

red 107 ◦ green 42 ◦ blue 239

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

Shades of Han Purple #6B2AEF

Tints of Han Purple #6B2AEF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.82%

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

R = 27.58%
G = 10.82%
B = 61.6%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6B2AEF (or 0x6B2AEF) is known color: Han Purple. HEX triplet: 6B, 2A and EF. RGB value is (107,42,239). Sum of RGB (Red+Green+Blue) = 107+42+239=388 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.58% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 239 (93.75% from 255 or 61.60% from 388); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B2AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6B2AEF is #94D510. Grayscale: #535353. Windows color (decimal): -9753873 or 15673963. OLE color: 15673963.

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

Color convert

RGB 107 42 239 -
CMYK 0.55 0.82 0 0.06
HSL 259.8º 0.86% 0.55% -
HSV(B) 259.8º 0.82% 0.94% -
XYZ 22.47 11.01 82.6 -
YUV 83.89 215.53 144.48 -
System Red Green Blue C M Y K H S L
Decimal 107 42 239 0.55 0.82 0 0.06 259.8 0.86 0.55
Hex 6B 2A EF 37 52 0 6 104 56 37
Octal 153 52 357 67 122 0 6 404 126 67
Binary 1101011 101010 11101111 110111 1010010 0 110 100000100 1010110 110111

Color Harmonies of #6B2AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B2AEF

Black with #6B2AEF

Text Example


Text Example

White with #6B2AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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