Html Css Color HEX #6A3694 Royal Purple

📋 copy color: '#6A3694'

red 106 ◦ green 54 ◦ blue 148

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

Shades of Royal Purple #6A3694

Tints of Royal Purple #6A3694

RGB

 RED value IS 106 (41.8% from 255) = 34.42%

 GREEN value IS 54 (21.48% from 255) = 17.53%

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

R = 34.42%
G = 17.53%
B = 48.05%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A3694 (or 0x6A3694) is known color: Royal Purple. HEX triplet: 6A, 36 and 94. RGB value is (106,54,148). Sum of RGB (Red+Green+Blue) = 106+54+148=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 148 (58.20% from 255 or 48.05% from 308); Max value from RGB is 148 - color contains mainly: blue. Hex color #6A3694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3694 is #95C96B. Grayscale: #4F4F4F. Windows color (decimal): -9816428 or 9713258. OLE color: 9713258.

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

Color convert

RGB 106 54 148 -
CMYK 0.28 0.64 0 0.42
HSL 273.19º 0.47% 0.4% -
HSV(B) 273.19º 0.64% 0.58% -
XYZ 12.61 7.84 28.87 -
YUV 80.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 106 54 148 0.28 0.64 0 0.42 273.19 0.47 0.4
Hex 6A 36 94 1C 40 0 2A 111 2F 28
Octal 152 66 224 34 100 0 52 421 57 50
Binary 1101010 110110 10010100 11100 1000000 0 101010 100010001 101111 101000

Color Harmonies of #6A3694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3694

Black with #6A3694

Text Example


Text Example

White with #6A3694

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,54,148); }

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

background-color css

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

 a { background-color: rgb(106,54,148); }

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

border-color css

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

 span { border-color: rgb(106,54,148); }

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