Html Css Color HEX #6C1FEF Han Purple

📋 copy color: '#6C1FEF'

red 108 ◦ green 31 ◦ blue 239

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

Shades of Han Purple #6C1FEF

Tints of Han Purple #6C1FEF

RGB

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

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

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

R = 28.57%
G = 8.2%
B = 63.23%

CMYK

 C value IS 0.55

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6C1FEF (or 0x6C1FEF) is known color: Han Purple. HEX triplet: 6C, 1F and EF. RGB value is (108,31,239). Sum of RGB (Red+Green+Blue) = 108+31+239=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 31 (12.5% from 255 or 8.20% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #6C1FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1FEF is #93E010. Grayscale: #4C4C4C. Windows color (decimal): -9691153 or 15671148. OLE color: 15671148.

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

Color convert

RGB 108 31 239 -
CMYK 0.55 0.87 0 0.06
HSL 262.21º 0.87% 0.53% -
HSV(B) 262.21º 0.87% 0.94% -
XYZ 22.25 10.4 82.5 -
YUV 77.74 219.01 149.59 -
System Red Green Blue C M Y K H S L
Decimal 108 31 239 0.55 0.87 0 0.06 262.21 0.87 0.53
Hex 6C 1F EF 37 57 0 6 106 57 35
Octal 154 37 357 67 127 0 6 406 127 65
Binary 1101100 11111 11101111 110111 1010111 0 110 100000110 1010111 110101

Color Harmonies of #6C1FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1FEF

Black with #6C1FEF

Text Example


Text Example

White with #6C1FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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