Html Css Color HEX #6D1FFC Han Purple

📋 copy color: '#6D1FFC'

red 109 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #6D1FFC

Tints of Han Purple #6D1FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.91%

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

R = 27.81%
G = 7.91%
B = 64.29%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D1FFC (or 0x6D1FFC) is known color: Han Purple. HEX triplet: 6D, 1F and FC. RGB value is (109,31,252). Sum of RGB (Red+Green+Blue) = 109+31+252=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D1FFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1FFC is #92E003. Grayscale: #4E4E4E. Windows color (decimal): -9625604 or 16523117. OLE color: 16523117.

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

Color convert

RGB 109 31 252 -
CMYK 0.57 0.88 0 0.01
HSL 261.18º 0.97% 0.55% -
HSV(B) 261.18º 0.88% 0.99% -
XYZ 24.37 11.26 92.98 -
YUV 79.52 225.34 149.03 -
System Red Green Blue C M Y K H S L
Decimal 109 31 252 0.57 0.88 0 0.01 261.18 0.97 0.55
Hex 6D 1F FC 39 58 0 1 105 61 37
Octal 155 37 374 71 130 0 1 405 141 67
Binary 1101101 11111 11111100 111001 1011000 0 1 100000101 1100001 110111

Color Harmonies of #6D1FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1FFC

Black with #6D1FFC

Text Example


Text Example

White with #6D1FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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