Html Css Color HEX #6C1EA3 Royal Purple

📋 copy color: '#6C1EA3'

red 108 ◦ green 30 ◦ blue 163

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

Shades of Royal Purple #6C1EA3

Tints of Royal Purple #6C1EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 54.15%

R = 35.88%
G = 9.97%
B = 54.15%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6C1EA3 (or 0x6C1EA3) is known color: Royal Purple. HEX triplet: 6C, 1E and A3. RGB value is (108,30,163). Sum of RGB (Red+Green+Blue) = 108+30+163=301 (39% of max value = 765). Red value is 108 (42.58% from 255 or 35.88% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C1EA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1EA3 is #93E15C. Grayscale: #444444. Windows color (decimal): -9691485 or 10690156. OLE color: 10690156.

HSL color Cylindrical-coordinate representation of color #6C1EA3: hue angle of 275.19º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C1EA3 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 30 163 -
CMYK 0.34 0.82 0 0.36
HSL 275.19º 0.69% 0.38% -
HSV(B) 275.19º 0.82% 0.64% -
XYZ 13.26 6.76 35.26 -
YUV 68.48 181.34 156.19 -
System Red Green Blue C M Y K H S L
Decimal 108 30 163 0.34 0.82 0 0.36 275.19 0.69 0.38
Hex 6C 1E A3 22 52 0 24 113 45 26
Octal 154 36 243 42 122 0 44 423 105 46
Binary 1101100 11110 10100011 100010 1010010 0 100100 100010011 1000101 100110

Color Harmonies of #6C1EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1EA3

Black with #6C1EA3

Text Example


Text Example

White with #6C1EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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