Html Css Color HEX #6D1CFF Han Purple

📋 copy color: '#6D1CFF'

red 109 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #6D1CFF

Tints of Han Purple #6D1CFF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.14%

 BLUE value IS 255 (100% from 255) = 65.05%

R = 27.81%
G = 7.14%
B = 65.05%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6D1CFF (or 0x6D1CFF) is known color: Han Purple. HEX triplet: 6D, 1C and FF. RGB value is (109,28,255). Sum of RGB (Red+Green+Blue) = 109+28+255=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #6D1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CFF is #92E300. Grayscale: #4D4D4D. Windows color (decimal): -9626369 or 16718957. OLE color: 16718957.

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

Color convert

RGB 109 28 255 -
CMYK 0.57 0.89 0 0
HSL 261.41º 1% 0.55% -
HSV(B) 261.41º 0.89% 1% -
XYZ 24.77 11.3 95.48 -
YUV 78.1 227.84 150.04 -
System Red Green Blue C M Y K H S L
Decimal 109 28 255 0.57 0.89 0 0 261.41 1 0.55
Hex 6D 1C FF 39 59 0 0 105 64 37
Octal 155 34 377 71 131 0 0 405 144 67
Binary 1101101 11100 11111111 111001 1011001 0 0 100000101 1100100 110111

Color Harmonies of #6D1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1CFF

Black with #6D1CFF

Text Example


Text Example

White with #6D1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,28,255); }

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

background-color css

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

 a { background-color: rgb(109,28,255); }

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

border-color css

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

 span { border-color: rgb(109,28,255); }

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