Html Css Color HEX #6A2FFE Han Purple

📋 copy color: '#6A2FFE'

red 106 ◦ green 47 ◦ blue 254

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

Shades of Han Purple #6A2FFE

Tints of Han Purple #6A2FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 62.41%

R = 26.04%
G = 11.55%
B = 62.41%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A2FFE (or 0x6A2FFE) is known color: Han Purple. HEX triplet: 6A, 2F and FE. RGB value is (106,47,254). Sum of RGB (Red+Green+Blue) = 106+47+254=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 47 (18.75% from 255 or 11.55% from 407); Blue value is 254 (99.61% from 255 or 62.41% from 407); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A2FFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2FFE is #95D001. Grayscale: #575757. Windows color (decimal): -9818114 or 16658282. OLE color: 16658282.

HSL color Cylindrical-coordinate representation of color #6A2FFE: hue angle of 257.1º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6A2FFE is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 106 47 254 -
CMYK 0.58 0.81 0 0.00
HSL 257.1º 0.99% 0.59% -
HSV(B) 257.1º 0.81% 1% -
XYZ 24.85 12.25 94.82 -
YUV 88.24 221.55 140.67 -
System Red Green Blue C M Y K H S L
Decimal 106 47 254 0.58 0.81 0 0.00 257.1 0.99 0.59
Hex 6A 2F FE 3A 51 0 0 101 63 3B
Octal 152 57 376 72 121 0 0 401 143 73
Binary 1101010 101111 11111110 111010 1010001 0 0 100000001 1100011 111011

Color Harmonies of #6A2FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2FFE

Black with #6A2FFE

Text Example


Text Example

White with #6A2FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,47,254); }

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

background-color css

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

 a { background-color: rgb(106,47,254); }

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

border-color css

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

 span { border-color: rgb(106,47,254); }

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