Html Css Color HEX #6C1EEA Han Purple

📋 copy color: '#6C1EEA'

red 108 ◦ green 30 ◦ blue 234

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

Shades of Han Purple #6C1EEA

Tints of Han Purple #6C1EEA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.06%

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

R = 29.03%
G = 8.06%
B = 62.9%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C1EEA (or 0x6C1EEA) is known color: Han Purple. HEX triplet: 6C, 1E and EA. RGB value is (108,30,234). Sum of RGB (Red+Green+Blue) = 108+30+234=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 30 (12.11% from 255 or 8.06% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C1EEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C1EEA is #93E115. Grayscale: #4B4B4B. Windows color (decimal): -9691414 or 15343212. OLE color: 15343212.

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

Color convert

RGB 108 30 234 -
CMYK 0.54 0.87 0 0.08
HSL 262.94º 0.83% 0.52% -
HSV(B) 262.94º 0.87% 0.92% -
XYZ 21.5 10.06 78.65 -
YUV 76.58 216.84 150.41 -
System Red Green Blue C M Y K H S L
Decimal 108 30 234 0.54 0.87 0 0.08 262.94 0.83 0.52
Hex 6C 1E EA 36 57 0 8 107 53 34
Octal 154 36 352 66 127 0 10 407 123 64
Binary 1101100 11110 11101010 110110 1010111 0 1000 100000111 1010011 110100

Color Harmonies of #6C1EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1EEA

Black with #6C1EEA

Text Example


Text Example

White with #6C1EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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