Html Css Color HEX #6C319B Royal Purple

📋 copy color: '#6C319B'

red 108 ◦ green 49 ◦ blue 155

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

Shades of Royal Purple #6C319B

Tints of Royal Purple #6C319B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 34.62%
G = 15.71%
B = 49.68%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6C319B (or 0x6C319B) is known color: Royal Purple. HEX triplet: 6C, 31 and 9B. RGB value is (108,49,155). Sum of RGB (Red+Green+Blue) = 108+49+155=312 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.62% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C319B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C319B is #93CE64. Grayscale: #4E4E4E. Windows color (decimal): -9686629 or 10170732. OLE color: 10170732.

HSL color Cylindrical-coordinate representation of color #6C319B: hue angle of 273.4º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6C319B is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 108 49 155 -
CMYK 0.30 0.68 0 0.39
HSL 273.4º 0.52% 0.4% -
HSV(B) 273.4º 0.68% 0.61% -
XYZ 13.2 7.75 31.81 -
YUV 78.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 108 49 155 0.30 0.68 0 0.39 273.4 0.52 0.4
Hex 6C 31 9B 1E 44 0 27 111 34 28
Octal 154 61 233 36 104 0 47 421 64 50
Binary 1101100 110001 10011011 11110 1000100 0 100111 100010001 110100 101000

Color Harmonies of #6C319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C319B

Black with #6C319B

Text Example


Text Example

White with #6C319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,49,155); }

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

background-color css

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

 a { background-color: rgb(108,49,155); }

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

border-color css

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

 span { border-color: rgb(108,49,155); }

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