Html Css Color HEX #6A329F Royal Purple

📋 copy color: '#6A329F'

red 106 ◦ green 50 ◦ blue 159

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

Shades of Royal Purple #6A329F

Tints of Royal Purple #6A329F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

 BLUE value IS 159 (62.5% from 255) = 50.48%

R = 33.65%
G = 15.87%
B = 50.48%

CMYK

 C value IS 0.33

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6A329F (or 0x6A329F) is known color: Royal Purple. HEX triplet: 6A, 32 and 9F. RGB value is (106,50,159). Sum of RGB (Red+Green+Blue) = 106+50+159=315 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.65% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 159 (62.5% from 255 or 50.48% from 315); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A329F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A329F is #95CD60. Grayscale: #4E4E4E. Windows color (decimal): -9817441 or 10433130. OLE color: 10433130.

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

Color convert

RGB 106 50 159 -
CMYK 0.33 0.69 0 0.38
HSL 270.83º 0.52% 0.41% -
HSV(B) 270.83º 0.69% 0.62% -
XYZ 13.34 7.85 33.61 -
YUV 79.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 106 50 159 0.33 0.69 0 0.38 270.83 0.52 0.41
Hex 6A 32 9F 21 45 0 26 10F 34 29
Octal 152 62 237 41 105 0 46 417 64 51
Binary 1101010 110010 10011111 100001 1000101 0 100110 100001111 110100 101001

Color Harmonies of #6A329F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A329F

Black with #6A329F

Text Example


Text Example

White with #6A329F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,50,159); }

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

background-color css

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

 a { background-color: rgb(106,50,159); }

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

border-color css

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

 span { border-color: rgb(106,50,159); }

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