Html Css Color HEX #6040AB Royal Purple

📋 copy color: '#6040AB'

red 96 ◦ green 64 ◦ blue 171

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

Shades of Royal Purple #6040AB

Tints of Royal Purple #6040AB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

 BLUE value IS 171 (67.19% from 255) = 51.66%

R = 29%
G = 19.34%
B = 51.66%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6040AB (or 0x6040AB) is known color: Royal Purple. HEX triplet: 60, 40 and AB. RGB value is (96,64,171). Sum of RGB (Red+Green+Blue) = 96+64+171=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #6040AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6040AB is #9FBF54. Grayscale: #555555. Windows color (decimal): -10469205 or 11223136. OLE color: 11223136.

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

Color convert

RGB 96 64 171 -
CMYK 0.44 0.63 0 0.33
HSL 257.94º 0.46% 0.46% -
HSV(B) 257.94º 0.63% 0.67% -
XYZ 14.01 9.09 39.55 -
YUV 85.77 176.1 135.3 -
System Red Green Blue C M Y K H S L
Decimal 96 64 171 0.44 0.63 0 0.33 257.94 0.46 0.46
Hex 60 40 AB 2C 3F 0 21 102 2E 2E
Octal 140 100 253 54 77 0 41 402 56 56
Binary 1100000 1000000 10101011 101100 111111 0 100001 100000010 101110 101110

Color Harmonies of #6040AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040AB

Black with #6040AB

Text Example


Text Example

White with #6040AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6040AB; }

 p { color: rgb(96,64,171); }

 H1.HeaderClassName
 {
   color: #6040AB;
 }
 .AnyTagClassName
 {
   color: #6040AB;
 }
</style>

background-color css

<style>
 a { background-color: #6040AB; }

 a { background-color: rgb(96,64,171); }

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

border-color css

<style>
 span { border-color: #6040AB; }

 span { border-color: rgb(96,64,171); }

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