Html Css Color HEX #6041AA Royal Purple

📋 copy color: '#6041AA'

red 96 ◦ green 65 ◦ blue 170

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

Shades of Royal Purple #6041AA

Tints of Royal Purple #6041AA

RGB

 RED value IS 96 (37.89% from 255) = 29%

 GREEN value IS 65 (25.78% from 255) = 19.64%

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

R = 29%
G = 19.64%
B = 51.36%

CMYK

 C value IS 0.44

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6041AA (or 0x6041AA) is known color: Royal Purple. HEX triplet: 60, 41 and AA. RGB value is (96,65,170). Sum of RGB (Red+Green+Blue) = 96+65+170=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #6041AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6041AA is #9FBE55. Grayscale: #555555. Windows color (decimal): -10468950 or 11157856. OLE color: 11157856.

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

Color convert

RGB 96 65 170 -
CMYK 0.44 0.62 0 0.33
HSL 257.71º 0.45% 0.46% -
HSV(B) 257.71º 0.62% 0.67% -
XYZ 13.97 9.17 39.06 -
YUV 86.24 175.27 134.96 -
System Red Green Blue C M Y K H S L
Decimal 96 65 170 0.44 0.62 0 0.33 257.71 0.45 0.46
Hex 60 41 AA 2C 3E 0 21 102 2D 2E
Octal 140 101 252 54 76 0 41 402 55 56
Binary 1100000 1000001 10101010 101100 111110 0 100001 100000010 101101 101110

Color Harmonies of #6041AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6041AA

Black with #6041AA

Text Example


Text Example

White with #6041AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,65,170); }

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

background-color css

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

 a { background-color: rgb(96,65,170); }

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

border-color css

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

 span { border-color: rgb(96,65,170); }

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