Html Css Color HEX #6B3194 Royal Purple

📋 copy color: '#6B3194'

red 107 ◦ green 49 ◦ blue 148

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

Shades of Royal Purple #6B3194

Tints of Royal Purple #6B3194

RGB

 RED value IS 107 (42.19% from 255) = 35.2%

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

 BLUE value IS 148 (58.2% from 255) = 48.68%

R = 35.2%
G = 16.12%
B = 48.68%

CMYK

 C value IS 0.28

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B3194 (or 0x6B3194) is known color: Royal Purple. HEX triplet: 6B, 31 and 94. RGB value is (107,49,148). Sum of RGB (Red+Green+Blue) = 107+49+148=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 148 (58.20% from 255 or 48.68% from 304); Max value from RGB is 148 - color contains mainly: blue. Hex color #6B3194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3194 is #94CE6B. Grayscale: #4D4D4D. Windows color (decimal): -9752172 or 9711979. OLE color: 9711979.

HSL color Cylindrical-coordinate representation of color #6B3194: hue angle of 275.15º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B3194 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 107 49 148 -
CMYK 0.28 0.67 0 0.42
HSL 275.15º 0.5% 0.39% -
HSV(B) 275.15º 0.67% 0.58% -
XYZ 12.51 7.46 28.8 -
YUV 77.63 167.72 148.95 -
System Red Green Blue C M Y K H S L
Decimal 107 49 148 0.28 0.67 0 0.42 275.15 0.5 0.39
Hex 6B 31 94 1C 43 0 2A 113 32 27
Octal 153 61 224 34 103 0 52 423 62 47
Binary 1101011 110001 10010100 11100 1000011 0 101010 100010011 110010 100111

Color Harmonies of #6B3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3194

Black with #6B3194

Text Example


Text Example

White with #6B3194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,49,148); }

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

background-color css

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

 a { background-color: rgb(107,49,148); }

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

border-color css

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

 span { border-color: rgb(107,49,148); }

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