Html Css Color HEX #6D2FFC Han Purple

📋 copy color: '#6D2FFC'

red 109 ◦ green 47 ◦ blue 252

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

Shades of Han Purple #6D2FFC

Tints of Han Purple #6D2FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 26.72%
G = 11.52%
B = 61.76%

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

#6D2FFC (or 0x6D2FFC) is known color: Han Purple. HEX triplet: 6D, 2F and FC. RGB value is (109,47,252). Sum of RGB (Red+Green+Blue) = 109+47+252=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 47 (18.75% from 255 or 11.52% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D2FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D2FFC is #92D003. Grayscale: #585858. Windows color (decimal): -9621508 or 16527213. OLE color: 16527213.

HSL color Cylindrical-coordinate representation of color #6D2FFC: hue angle of 258.15º degrees, saturation: 0.97, 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 #6D2FFC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 47 252 -
CMYK 0.57 0.81 0 0.01
HSL 258.15º 0.97% 0.59% -
HSV(B) 258.15º 0.81% 0.99% -
XYZ 24.89 12.31 93.16 -
YUV 88.91 220.04 142.33 -
System Red Green Blue C M Y K H S L
Decimal 109 47 252 0.57 0.81 0 0.01 258.15 0.97 0.59
Hex 6D 2F FC 39 51 0 1 102 61 3B
Octal 155 57 374 71 121 0 1 402 141 73
Binary 1101101 101111 11111100 111001 1010001 0 1 100000010 1100001 111011

Color Harmonies of #6D2FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D2FFC

Black with #6D2FFC

Text Example


Text Example

White with #6D2FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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