Html Css Color HEX #6C1DA3 Royal Purple

📋 copy color: '#6C1DA3'

red 108 ◦ green 29 ◦ blue 163

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

Shades of Royal Purple #6C1DA3

Tints of Royal Purple #6C1DA3

RGB

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

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

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

R = 36%
G = 9.67%
B = 54.33%

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

#6C1DA3 (or 0x6C1DA3) is known color: Royal Purple. HEX triplet: 6C, 1D and A3. RGB value is (108,29,163). Sum of RGB (Red+Green+Blue) = 108+29+163=300 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36% from 300); Green value is 29 (11.72% from 255 or 9.67% from 300); Blue value is 163 (64.06% from 255 or 54.33% from 300); Max value from RGB is 163 - color contains mainly: blue. Hex color #6C1DA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1DA3 is #93E25C. Grayscale: #434343. Windows color (decimal): -9691741 or 10689900. OLE color: 10689900.

HSL color Cylindrical-coordinate representation of color #6C1DA3: hue angle of 275.37º degrees, saturation: 0.7, 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 #6C1DA3 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 29 163 -
CMYK 0.34 0.82 0 0.36
HSL 275.37º 0.7% 0.38% -
HSV(B) 275.37º 0.82% 0.64% -
XYZ 13.23 6.71 35.25 -
YUV 67.9 181.67 156.6 -
System Red Green Blue C M Y K H S L
Decimal 108 29 163 0.34 0.82 0 0.36 275.37 0.7 0.38
Hex 6C 1D A3 22 52 0 24 113 46 26
Octal 154 35 243 42 122 0 44 423 106 46
Binary 1101100 11101 10100011 100010 1010010 0 100100 100010011 1000110 100110

Color Harmonies of #6C1DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1DA3

Black with #6C1DA3

Text Example


Text Example

White with #6C1DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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