Html Css Color HEX #6A339E Royal Purple

📋 copy color: '#6A339E'

red 106 ◦ green 51 ◦ blue 158

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

Shades of Royal Purple #6A339E

Tints of Royal Purple #6A339E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.19%

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 33.65%
G = 16.19%
B = 50.16%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A339E (or 0x6A339E) is known color: Royal Purple. HEX triplet: 6A, 33 and 9E. RGB value is (106,51,158). Sum of RGB (Red+Green+Blue) = 106+51+158=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A339E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A339E is #95CC61. Grayscale: #4F4F4F. Windows color (decimal): -9817186 or 10367850. OLE color: 10367850.

HSL color Cylindrical-coordinate representation of color #6A339E: hue angle of 270.84º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A339E is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 106 51 158 -
CMYK 0.33 0.68 0 0.38
HSL 270.84º 0.51% 0.41% -
HSV(B) 270.84º 0.68% 0.62% -
XYZ 13.3 7.9 33.17 -
YUV 79.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 106 51 158 0.33 0.68 0 0.38 270.84 0.51 0.41
Hex 6A 33 9E 21 44 0 26 10F 33 29
Octal 152 63 236 41 104 0 46 417 63 51
Binary 1101010 110011 10011110 100001 1000100 0 100110 100001111 110011 101001

Color Harmonies of #6A339E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A339E

Black with #6A339E

Text Example


Text Example

White with #6A339E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,51,158); }

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

background-color css

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

 a { background-color: rgb(106,51,158); }

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

border-color css

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

 span { border-color: rgb(106,51,158); }

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