Html Css Color HEX #6C3D8D Royal Purple

📋 copy color: '#6C3D8D'

red 108 ◦ green 61 ◦ blue 141

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

Shades of Royal Purple #6C3D8D

Tints of Royal Purple #6C3D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.68%

 BLUE value IS 141 (55.47% from 255) = 45.48%

R = 34.84%
G = 19.68%
B = 45.48%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6C3D8D (or 0x6C3D8D) is known color: Royal Purple. HEX triplet: 6C, 3D and 8D. RGB value is (108,61,141). Sum of RGB (Red+Green+Blue) = 108+61+141=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #6C3D8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C3D8D is #93C272. Grayscale: #535353. Windows color (decimal): -9683571 or 9256300. OLE color: 9256300.

HSL color Cylindrical-coordinate representation of color #6C3D8D: hue angle of 275.25º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C3D8D is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 108 61 141 -
CMYK 0.23 0.57 0 0.45
HSL 275.25º 0.4% 0.4% -
HSV(B) 275.25º 0.57% 0.55% -
XYZ 12.66 8.45 26.16 -
YUV 84.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 108 61 141 0.23 0.57 0 0.45 275.25 0.4 0.4
Hex 6C 3D 8D 17 39 0 2D 113 28 28
Octal 154 75 215 27 71 0 55 423 50 50
Binary 1101100 111101 10001101 10111 111001 0 101101 100010011 101000 101000

Color Harmonies of #6C3D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3D8D

Black with #6C3D8D

Text Example


Text Example

White with #6C3D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,61,141); }

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

background-color css

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

 a { background-color: rgb(108,61,141); }

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

border-color css

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

 span { border-color: rgb(108,61,141); }

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