Html Css Color HEX #6B3095 Royal Purple

📋 copy color: '#6B3095'

red 107 ◦ green 48 ◦ blue 149

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

Shades of Royal Purple #6B3095

Tints of Royal Purple #6B3095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 35.2%
G = 15.79%
B = 49.01%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6B3095 (or 0x6B3095) is known color: Royal Purple. HEX triplet: 6B, 30 and 95. RGB value is (107,48,149). Sum of RGB (Red+Green+Blue) = 107+48+149=304 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.20% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B3095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B3095 is #94CF6A. Grayscale: #4C4C4C. Windows color (decimal): -9752427 or 9777259. OLE color: 9777259.

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

Color convert

RGB 107 48 149 -
CMYK 0.28 0.68 0 0.42
HSL 275.05º 0.51% 0.39% -
HSV(B) 275.05º 0.68% 0.58% -
XYZ 12.55 7.41 29.2 -
YUV 77.16 168.55 149.29 -
System Red Green Blue C M Y K H S L
Decimal 107 48 149 0.28 0.68 0 0.42 275.05 0.51 0.39
Hex 6B 30 95 1C 44 0 2A 113 33 27
Octal 153 60 225 34 104 0 52 423 63 47
Binary 1101011 110000 10010101 11100 1000100 0 101010 100010011 110011 100111

Color Harmonies of #6B3095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3095

Black with #6B3095

Text Example


Text Example

White with #6B3095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,48,149); }

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

background-color css

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

 a { background-color: rgb(107,48,149); }

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

border-color css

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

 span { border-color: rgb(107,48,149); }

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