Html Css Color HEX #6C1CEF Han Purple

📋 copy color: '#6C1CEF'

red 108 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #6C1CEF

Tints of Han Purple #6C1CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 28.8%
G = 7.47%
B = 63.73%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C1CEF (or 0x6C1CEF) is known color: Han Purple. HEX triplet: 6C, 1C and EF. RGB value is (108,28,239). Sum of RGB (Red+Green+Blue) = 108+28+239=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1CEF is #93E310. Grayscale: #4B4B4B. Windows color (decimal): -9691921 or 15670380. OLE color: 15670380.

HSL color Cylindrical-coordinate representation of color #6C1CEF: hue angle of 262.75º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1CEF is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 108 28 239 -
CMYK 0.55 0.88 0 0.06
HSL 262.75º 0.87% 0.52% -
HSV(B) 262.75º 0.88% 0.94% -
XYZ 22.18 10.25 82.47 -
YUV 75.97 220 150.84 -
System Red Green Blue C M Y K H S L
Decimal 108 28 239 0.55 0.88 0 0.06 262.75 0.87 0.52
Hex 6C 1C EF 37 58 0 6 107 57 34
Octal 154 34 357 67 130 0 6 407 127 64
Binary 1101100 11100 11101111 110111 1011000 0 110 100000111 1010111 110100

Color Harmonies of #6C1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1CEF

Black with #6C1CEF

Text Example


Text Example

White with #6C1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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