Html Css Color HEX #6D2FFA Han Purple

📋 copy color: '#6D2FFA'

red 109 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #6D2FFA

Tints of Han Purple #6D2FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 26.85%
G = 11.58%
B = 61.58%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6D2FFA (or 0x6D2FFA) is known color: Han Purple. HEX triplet: 6D, 2F and FA. RGB value is (109,47,250). Sum of RGB (Red+Green+Blue) = 109+47+250=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 47 (18.75% from 255 or 11.58% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #6D2FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FFA is #92D005. Grayscale: #575757. Windows color (decimal): -9621510 or 16396141. OLE color: 16396141.

HSL color Cylindrical-coordinate representation of color #6D2FFA: hue angle of 258.33º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D2FFA is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 47 250 -
CMYK 0.56 0.81 0 0.02
HSL 258.33º 0.95% 0.58% -
HSV(B) 258.33º 0.81% 0.98% -
XYZ 24.58 12.19 91.5 -
YUV 88.68 219.04 142.49 -
System Red Green Blue C M Y K H S L
Decimal 109 47 250 0.56 0.81 0 0.02 258.33 0.95 0.58
Hex 6D 2F FA 38 51 0 2 102 5F 3A
Octal 155 57 372 70 121 0 2 402 137 72
Binary 1101101 101111 11111010 111000 1010001 0 10 100000010 1011111 111010

Color Harmonies of #6D2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2FFA

Black with #6D2FFA

Text Example


Text Example

White with #6D2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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