Html Css Color HEX #6D2FF1 Han Purple

📋 copy color: '#6D2FF1'

red 109 ◦ green 47 ◦ blue 241

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

Shades of Han Purple #6D2FF1

Tints of Han Purple #6D2FF1

RGB

 RED value IS 109 (42.97% from 255) = 27.46%

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

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

R = 27.46%
G = 11.84%
B = 60.71%

CMYK

 C value IS 0.55

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6D2FF1 (or 0x6D2FF1) is known color: Han Purple. HEX triplet: 6D, 2F and F1. RGB value is (109,47,241). Sum of RGB (Red+Green+Blue) = 109+47+241=397 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.46% from 397); Green value is 47 (18.75% from 255 or 11.84% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #6D2FF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FF1 is #92D00E. Grayscale: #565656. Windows color (decimal): -9621519 or 15806317. OLE color: 15806317.

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

Color convert

RGB 109 47 241 -
CMYK 0.55 0.80 0 0.05
HSL 259.18º 0.87% 0.56% -
HSV(B) 259.18º 0.8% 0.95% -
XYZ 23.2 11.64 84.24 -
YUV 87.65 214.54 143.23 -
System Red Green Blue C M Y K H S L
Decimal 109 47 241 0.55 0.80 0 0.05 259.18 0.87 0.56
Hex 6D 2F F1 37 50 0 5 103 57 38
Octal 155 57 361 67 120 0 5 403 127 70
Binary 1101101 101111 11110001 110111 1010000 0 101 100000011 1010111 111000

Color Harmonies of #6D2FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2FF1

Black with #6D2FF1

Text Example


Text Example

White with #6D2FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,47,241); }

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

background-color css

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

 a { background-color: rgb(109,47,241); }

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

border-color css

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

 span { border-color: rgb(109,47,241); }

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