Html Css Color HEX #6145AA Royal Purple

📋 copy color: '#6145AA'

red 97 ◦ green 69 ◦ blue 170

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

Shades of Royal Purple #6145AA

Tints of Royal Purple #6145AA

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 28.87%
G = 20.54%
B = 50.6%

CMYK

 C value IS 0.43

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6145AA (or 0x6145AA) is known color: Royal Purple. HEX triplet: 61, 45 and AA. RGB value is (97,69,170). Sum of RGB (Red+Green+Blue) = 97+69+170=336 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.87% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #6145AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AA is #9EBA55. Grayscale: #585858. Windows color (decimal): -10402390 or 11158881. OLE color: 11158881.

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

Color convert

RGB 97 69 170 -
CMYK 0.43 0.59 0 0.33
HSL 256.63º 0.42% 0.47% -
HSV(B) 256.63º 0.59% 0.67% -
XYZ 14.31 9.7 39.15 -
YUV 88.89 173.78 133.79 -
System Red Green Blue C M Y K H S L
Decimal 97 69 170 0.43 0.59 0 0.33 256.63 0.42 0.47
Hex 61 45 AA 2B 3B 0 21 101 2A 2F
Octal 141 105 252 53 73 0 41 401 52 57
Binary 1100001 1000101 10101010 101011 111011 0 100001 100000001 101010 101111

Color Harmonies of #6145AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145AA

Black with #6145AA

Text Example


Text Example

White with #6145AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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