Html Css Color HEX #6A3C95 Royal Purple

📋 copy color: '#6A3C95'

red 106 ◦ green 60 ◦ blue 149

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

Shades of Royal Purple #6A3C95

Tints of Royal Purple #6A3C95

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

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

R = 33.65%
G = 19.05%
B = 47.3%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6A3C95 (or 0x6A3C95) is known color: Royal Purple. HEX triplet: 6A, 3C and 95. RGB value is (106,60,149). Sum of RGB (Red+Green+Blue) = 106+60+149=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A3C95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3C95 is #95C36A. Grayscale: #535353. Windows color (decimal): -9814891 or 9780330. OLE color: 9780330.

HSL color Cylindrical-coordinate representation of color #6A3C95: hue angle of 271.01º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A3C95 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 60 149 -
CMYK 0.29 0.60 0 0.42
HSL 271.01º 0.43% 0.41% -
HSV(B) 271.01º 0.6% 0.58% -
XYZ 12.98 8.47 29.38 -
YUV 83.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 106 60 149 0.29 0.60 0 0.42 271.01 0.43 0.41
Hex 6A 3C 95 1D 3C 0 2A 10F 2B 29
Octal 152 74 225 35 74 0 52 417 53 51
Binary 1101010 111100 10010101 11101 111100 0 101010 100001111 101011 101001

Color Harmonies of #6A3C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3C95

Black with #6A3C95

Text Example


Text Example

White with #6A3C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,60,149); }

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

background-color css

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

 a { background-color: rgb(106,60,149); }

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

border-color css

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

 span { border-color: rgb(106,60,149); }

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