Html Css Color HEX #6134AD Royal Purple

📋 copy color: '#6134AD'

red 97 ◦ green 52 ◦ blue 173

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

Shades of Royal Purple #6134AD

Tints of Royal Purple #6134AD

RGB

 RED value IS 97 (38.28% from 255) = 30.12%

 GREEN value IS 52 (20.7% from 255) = 16.15%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 30.12%
G = 16.15%
B = 53.73%

CMYK

 C value IS 0.44

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6134AD (or 0x6134AD) is known color: Royal Purple. HEX triplet: 61, 34 and AD. RGB value is (97,52,173). Sum of RGB (Red+Green+Blue) = 97+52+173=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #6134AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6134AD is #9ECB52. Grayscale: #4E4E4E. Windows color (decimal): -10406739 or 11351137. OLE color: 11351137.

HSL color Cylindrical-coordinate representation of color #6134AD: hue angle of 262.31º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6134AD is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 97 52 173 -
CMYK 0.44 0.70 0 0.32
HSL 262.31º 0.54% 0.44% -
HSV(B) 262.31º 0.7% 0.68% -
XYZ 13.7 8.01 40.36 -
YUV 79.25 180.91 140.66 -
System Red Green Blue C M Y K H S L
Decimal 97 52 173 0.44 0.70 0 0.32 262.31 0.54 0.44
Hex 61 34 AD 2C 46 0 20 106 36 2C
Octal 141 64 255 54 106 0 40 406 66 54
Binary 1100001 110100 10101101 101100 1000110 0 100000 100000110 110110 101100

Color Harmonies of #6134AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6134AD

Black with #6134AD

Text Example


Text Example

White with #6134AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6134AD; }

 p { color: rgb(97,52,173); }

 H1.HeaderClassName
 {
   color: #6134AD;
 }
 .AnyTagClassName
 {
   color: #6134AD;
 }
</style>

background-color css

<style>
 a { background-color: #6134AD; }

 a { background-color: rgb(97,52,173); }

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

border-color css

<style>
 span { border-color: #6134AD; }

 span { border-color: rgb(97,52,173); }

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