Html Css Color HEX #6A329C Royal Purple

📋 copy color: '#6A329C'

red 106 ◦ green 50 ◦ blue 156

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

Shades of Royal Purple #6A329C

Tints of Royal Purple #6A329C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 50%

R = 33.97%
G = 16.03%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6A329C (or 0x6A329C) is known color: Royal Purple. HEX triplet: 6A, 32 and 9C. RGB value is (106,50,156). Sum of RGB (Red+Green+Blue) = 106+50+156=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #6A329C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A329C is #95CD63. Grayscale: #4E4E4E. Windows color (decimal): -9817444 or 10236522. OLE color: 10236522.

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

Color convert

RGB 106 50 156 -
CMYK 0.32 0.68 0 0.39
HSL 271.7º 0.51% 0.4% -
HSV(B) 271.7º 0.68% 0.61% -
XYZ 13.09 7.75 32.26 -
YUV 78.83 171.55 147.38 -
System Red Green Blue C M Y K H S L
Decimal 106 50 156 0.32 0.68 0 0.39 271.7 0.51 0.4
Hex 6A 32 9C 20 44 0 27 110 33 28
Octal 152 62 234 40 104 0 47 420 63 50
Binary 1101010 110010 10011100 100000 1000100 0 100111 100010000 110011 101000

Color Harmonies of #6A329C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A329C

Black with #6A329C

Text Example


Text Example

White with #6A329C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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