Html Css Color HEX #6D2FFD Han Purple

📋 copy color: '#6D2FFD'

red 109 ◦ green 47 ◦ blue 253

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

Shades of Han Purple #6D2FFD

Tints of Han Purple #6D2FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 26.65%
G = 11.49%
B = 61.86%

CMYK

 C value IS 0.57

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D2FFD (or 0x6D2FFD) is known color: Han Purple. HEX triplet: 6D, 2F and FD. RGB value is (109,47,253). Sum of RGB (Red+Green+Blue) = 109+47+253=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 47 (18.75% from 255 or 11.49% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D2FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FFD is #92D002. Grayscale: #585858. Windows color (decimal): -9621507 or 16592749. OLE color: 16592749.

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

Color convert

RGB 109 47 253 -
CMYK 0.57 0.81 0 0.01
HSL 258.06º 0.98% 0.59% -
HSV(B) 258.06º 0.81% 0.99% -
XYZ 25.05 12.38 94 -
YUV 89.02 220.54 142.25 -
System Red Green Blue C M Y K H S L
Decimal 109 47 253 0.57 0.81 0 0.01 258.06 0.98 0.59
Hex 6D 2F FD 39 51 0 1 102 62 3B
Octal 155 57 375 71 121 0 1 402 142 73
Binary 1101101 101111 11111101 111001 1010001 0 1 100000010 1100010 111011

Color Harmonies of #6D2FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2FFD

Black with #6D2FFD

Text Example


Text Example

White with #6D2FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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