Html Css Color HEX #6136AE Royal Purple

📋 copy color: '#6136AE'

red 97 ◦ green 54 ◦ blue 174

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

Shades of Royal Purple #6136AE

Tints of Royal Purple #6136AE

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.62%

 BLUE value IS 174 (68.36% from 255) = 53.54%

R = 29.85%
G = 16.62%
B = 53.54%

CMYK

 C value IS 0.44

 M value IS 0.69

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6136AE (or 0x6136AE) is known color: Royal Purple. HEX triplet: 61, 36 and AE. RGB value is (97,54,174). Sum of RGB (Red+Green+Blue) = 97+54+174=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #6136AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6136AE is #9EC951. Grayscale: #505050. Windows color (decimal): -10406226 or 11417185. OLE color: 11417185.

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

Color convert

RGB 97 54 174 -
CMYK 0.44 0.69 0 0.32
HSL 261.5º 0.53% 0.45% -
HSV(B) 261.5º 0.69% 0.68% -
XYZ 13.89 8.24 40.9 -
YUV 80.54 180.75 139.74 -
System Red Green Blue C M Y K H S L
Decimal 97 54 174 0.44 0.69 0 0.32 261.5 0.53 0.45
Hex 61 36 AE 2C 45 0 20 106 35 2D
Octal 141 66 256 54 105 0 40 406 65 55
Binary 1100001 110110 10101110 101100 1000101 0 100000 100000110 110101 101101

Color Harmonies of #6136AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136AE

Black with #6136AE

Text Example


Text Example

White with #6136AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6136AE; }

 p { color: rgb(97,54,174); }

 H1.HeaderClassName
 {
   color: #6136AE;
 }
 .AnyTagClassName
 {
   color: #6136AE;
 }
</style>

background-color css

<style>
 a { background-color: #6136AE; }

 a { background-color: rgb(97,54,174); }

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

border-color css

<style>
 span { border-color: #6136AE; }

 span { border-color: rgb(97,54,174); }

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