Html Css Color HEX #6139AA Royal Purple

📋 copy color: '#6139AA'

red 97 ◦ green 57 ◦ blue 170

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

Shades of Royal Purple #6139AA

Tints of Royal Purple #6139AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 29.94%
G = 17.59%
B = 52.47%

CMYK

 C value IS 0.43

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6139AA (or 0x6139AA) is known color: Royal Purple. HEX triplet: 61, 39 and AA. RGB value is (97,57,170). Sum of RGB (Red+Green+Blue) = 97+57+170=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6139AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6139AA is #9EC655. Grayscale: #515151. Windows color (decimal): -10405462 or 11155809. OLE color: 11155809.

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

Color convert

RGB 97 57 170 -
CMYK 0.43 0.66 0 0.33
HSL 261.24º 0.5% 0.45% -
HSV(B) 261.24º 0.66% 0.67% -
XYZ 13.65 8.37 38.93 -
YUV 81.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 97 57 170 0.43 0.66 0 0.33 261.24 0.5 0.45
Hex 61 39 AA 2B 42 0 21 105 32 2D
Octal 141 71 252 53 102 0 41 405 62 55
Binary 1100001 111001 10101010 101011 1000010 0 100001 100000101 110010 101101

Color Harmonies of #6139AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6139AA

Black with #6139AA

Text Example


Text Example

White with #6139AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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