Html Css Color HEX #6C1DEA Han Purple

📋 copy color: '#6C1DEA'

red 108 ◦ green 29 ◦ blue 234

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

Shades of Han Purple #6C1DEA

Tints of Han Purple #6C1DEA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 234 (91.8% from 255) = 63.07%

R = 29.11%
G = 7.82%
B = 63.07%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C1DEA (or 0x6C1DEA) is known color: Han Purple. HEX triplet: 6C, 1D and EA. RGB value is (108,29,234). Sum of RGB (Red+Green+Blue) = 108+29+234=371 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.11% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 234 (91.80% from 255 or 63.07% from 371); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C1DEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1DEA is #93E215. Grayscale: #4B4B4B. Windows color (decimal): -9691670 or 15342956. OLE color: 15342956.

HSL color Cylindrical-coordinate representation of color #6C1DEA: hue angle of 263.12º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6C1DEA is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 29 234 -
CMYK 0.54 0.88 0 0.08
HSL 263.12º 0.83% 0.52% -
HSV(B) 263.12º 0.88% 0.92% -
XYZ 21.47 10.01 78.64 -
YUV 75.99 217.17 150.83 -
System Red Green Blue C M Y K H S L
Decimal 108 29 234 0.54 0.88 0 0.08 263.12 0.83 0.52
Hex 6C 1D EA 36 58 0 8 107 53 34
Octal 154 35 352 66 130 0 10 407 123 64
Binary 1101100 11101 11101010 110110 1011000 0 1000 100000111 1010011 110100

Color Harmonies of #6C1DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1DEA

Black with #6C1DEA

Text Example


Text Example

White with #6C1DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,29,234); }

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

background-color css

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

 a { background-color: rgb(108,29,234); }

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

border-color css

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

 span { border-color: rgb(108,29,234); }

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