Html Css Color HEX #6139AD Royal Purple

📋 copy color: '#6139AD'

red 97 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #6139AD

Tints of Royal Purple #6139AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.43%

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

R = 29.66%
G = 17.43%
B = 52.91%

CMYK

 C value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6139AD (or 0x6139AD) is known color: Royal Purple. HEX triplet: 61, 39 and AD. RGB value is (97,57,173). Sum of RGB (Red+Green+Blue) = 97+57+173=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #6139AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6139AD is #9EC652. Grayscale: #515151. Windows color (decimal): -10405459 or 11352417. OLE color: 11352417.

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

Color convert

RGB 97 57 173 -
CMYK 0.44 0.67 0 0.32
HSL 260.69º 0.5% 0.45% -
HSV(B) 260.69º 0.67% 0.68% -
XYZ 13.94 8.48 40.44 -
YUV 82.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 97 57 173 0.44 0.67 0 0.32 260.69 0.5 0.45
Hex 61 39 AD 2C 43 0 20 105 32 2D
Octal 141 71 255 54 103 0 40 405 62 55
Binary 1100001 111001 10101101 101100 1000011 0 100000 100000101 110010 101101

Color Harmonies of #6139AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139AD

Black with #6139AD

Text Example


Text Example

White with #6139AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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