Html Css Color HEX #6A2CF1 Han Purple

📋 copy color: '#6A2CF1'

red 106 ◦ green 44 ◦ blue 241

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

Shades of Han Purple #6A2CF1

Tints of Han Purple #6A2CF1

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.25%

 BLUE value IS 241 (94.53% from 255) = 61.64%

R = 27.11%
G = 11.25%
B = 61.64%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A2CF1 (or 0x6A2CF1) is known color: Han Purple. HEX triplet: 6A, 2C and F1. RGB value is (106,44,241). Sum of RGB (Red+Green+Blue) = 106+44+241=391 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.11% from 391); Green value is 44 (17.58% from 255 or 11.25% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #6A2CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A2CF1 is #95D30E. Grayscale: #545454. Windows color (decimal): -9818895 or 15805546. OLE color: 15805546.

HSL color Cylindrical-coordinate representation of color #6A2CF1: hue angle of 258.88º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A2CF1 is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 44 241 -
CMYK 0.56 0.82 0 0.05
HSL 258.88º 0.88% 0.56% -
HSV(B) 258.88º 0.82% 0.95% -
XYZ 22.72 11.22 84.19 -
YUV 85 216.04 142.98 -
System Red Green Blue C M Y K H S L
Decimal 106 44 241 0.56 0.82 0 0.05 258.88 0.88 0.56
Hex 6A 2C F1 38 52 0 5 103 58 38
Octal 152 54 361 70 122 0 5 403 130 70
Binary 1101010 101100 11110001 111000 1010010 0 101 100000011 1011000 111000

Color Harmonies of #6A2CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A2CF1

Black with #6A2CF1

Text Example


Text Example

White with #6A2CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,44,241); }

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

background-color css

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

 a { background-color: rgb(106,44,241); }

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

border-color css

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

 span { border-color: rgb(106,44,241); }

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