Html Css Color HEX #6C309D Royal Purple

📋 copy color: '#6C309D'

red 108 ◦ green 48 ◦ blue 157

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

Shades of Royal Purple #6C309D

Tints of Royal Purple #6C309D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.34%

 BLUE value IS 157 (61.72% from 255) = 50.16%

R = 34.5%
G = 15.34%
B = 50.16%

CMYK

 C value IS 0.31

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6C309D (or 0x6C309D) is known color: Royal Purple. HEX triplet: 6C, 30 and 9D. RGB value is (108,48,157). Sum of RGB (Red+Green+Blue) = 108+48+157=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C309D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C309D is #93CF62. Grayscale: #4D4D4D. Windows color (decimal): -9686883 or 10301548. OLE color: 10301548.

HSL color Cylindrical-coordinate representation of color #6C309D: hue angle of 273.03º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C309D is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 108 48 157 -
CMYK 0.31 0.69 0 0.38
HSL 273.03º 0.53% 0.4% -
HSV(B) 273.03º 0.69% 0.62% -
XYZ 13.33 7.74 32.69 -
YUV 78.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 108 48 157 0.31 0.69 0 0.38 273.03 0.53 0.4
Hex 6C 30 9D 1F 45 0 26 111 35 28
Octal 154 60 235 37 105 0 46 421 65 50
Binary 1101100 110000 10011101 11111 1000101 0 100110 100010001 110101 101000

Color Harmonies of #6C309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C309D

Black with #6C309D

Text Example


Text Example

White with #6C309D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,48,157); }

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

background-color css

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

 a { background-color: rgb(108,48,157); }

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

border-color css

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

 span { border-color: rgb(108,48,157); }

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