Html Css Color HEX #6D1CEF Han Purple

📋 copy color: '#6D1CEF'

red 109 ◦ green 28 ◦ blue 239

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

Shades of Han Purple #6D1CEF

Tints of Han Purple #6D1CEF

RGB

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

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

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

R = 28.99%
G = 7.45%
B = 63.56%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D1CEF (or 0x6D1CEF) is known color: Han Purple. HEX triplet: 6D, 1C and EF. RGB value is (109,28,239). Sum of RGB (Red+Green+Blue) = 109+28+239=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 28 (11.33% from 255 or 7.45% from 376); Blue value is 239 (93.75% from 255 or 63.56% from 376); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D1CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D1CEF is #92E310. Grayscale: #4B4B4B. Windows color (decimal): -9626385 or 15670381. OLE color: 15670381.

HSL color Cylindrical-coordinate representation of color #6D1CEF: hue angle of 263.03º 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 #6D1CEF is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 28 239 -
CMYK 0.54 0.88 0 0.06
HSL 263.03º 0.87% 0.52% -
HSV(B) 263.03º 0.88% 0.94% -
XYZ 22.3 10.31 82.48 -
YUV 76.27 219.84 151.34 -
System Red Green Blue C M Y K H S L
Decimal 109 28 239 0.54 0.88 0 0.06 263.03 0.87 0.52
Hex 6D 1C EF 36 58 0 6 107 57 34
Octal 155 34 357 66 130 0 6 407 127 64
Binary 1101101 11100 11101111 110110 1011000 0 110 100000111 1010111 110100

Color Harmonies of #6D1CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D1CEF

Black with #6D1CEF

Text Example


Text Example

White with #6D1CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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