Html Css Color HEX #6C1CFF Han Purple

📋 copy color: '#6C1CFF'

red 108 ◦ green 28 ◦ blue 255

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

Shades of Han Purple #6C1CFF

Tints of Han Purple #6C1CFF

RGB

 RED value IS 108 (42.58% from 255) = 27.62%

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

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

R = 27.62%
G = 7.16%
B = 65.22%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C1CFF (or 0x6C1CFF) is known color: Han Purple. HEX triplet: 6C, 1C and FF. RGB value is (108,28,255). Sum of RGB (Red+Green+Blue) = 108+28+255=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 255 (100% from 255 or 65.22% from 391); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C1CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1CFF is #93E300. Grayscale: #4C4C4C. Windows color (decimal): -9691905 or 16718956. OLE color: 16718956.

HSL color Cylindrical-coordinate representation of color #6C1CFF: hue angle of 261.15º 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 #6C1CFF is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 108 28 255 -
CMYK 0.58 0.89 0 0
HSL 261.15º 1% 0.55% -
HSV(B) 261.15º 0.89% 1% -
XYZ 24.65 11.24 95.48 -
YUV 77.8 228 149.54 -
System Red Green Blue C M Y K H S L
Decimal 108 28 255 0.58 0.89 0 0 261.15 1 0.55
Hex 6C 1C FF 3A 59 0 0 105 64 37
Octal 154 34 377 72 131 0 0 405 144 67
Binary 1101100 11100 11111111 111010 1011001 0 0 100000101 1100100 110111

Color Harmonies of #6C1CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1CFF

Black with #6C1CFF

Text Example


Text Example

White with #6C1CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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