Html Css Color HEX #6136AA Royal Purple

📋 copy color: '#6136AA'

red 97 ◦ green 54 ◦ blue 170

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

Shades of Royal Purple #6136AA

Tints of Royal Purple #6136AA

RGB

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

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

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

R = 30.22%
G = 16.82%
B = 52.96%

CMYK

 C value IS 0.43

 M value IS 0.68

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6136AA (or 0x6136AA) is known color: Royal Purple. HEX triplet: 61, 36 and AA. RGB value is (97,54,170). Sum of RGB (Red+Green+Blue) = 97+54+170=321 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.22% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #6136AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6136AA is #9EC955. Grayscale: #4F4F4F. Windows color (decimal): -10406230 or 11155041. OLE color: 11155041.

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

Color convert

RGB 97 54 170 -
CMYK 0.43 0.68 0 0.33
HSL 262.24º 0.52% 0.44% -
HSV(B) 262.24º 0.68% 0.67% -
XYZ 13.5 8.08 38.88 -
YUV 80.08 178.75 140.07 -
System Red Green Blue C M Y K H S L
Decimal 97 54 170 0.43 0.68 0 0.33 262.24 0.52 0.44
Hex 61 36 AA 2B 44 0 21 106 34 2C
Octal 141 66 252 53 104 0 41 406 64 54
Binary 1100001 110110 10101010 101011 1000100 0 100001 100000110 110100 101100

Color Harmonies of #6136AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6136AA

Black with #6136AA

Text Example


Text Example

White with #6136AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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