Html Css Color HEX #6044AD Royal Purple

📋 copy color: '#6044AD'

red 96 ◦ green 68 ◦ blue 173

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

Shades of Royal Purple #6044AD

Tints of Royal Purple #6044AD

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.18%

 BLUE value IS 173 (67.97% from 255) = 51.34%

R = 28.49%
G = 20.18%
B = 51.34%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6044AD (or 0x6044AD) is known color: Royal Purple. HEX triplet: 60, 44 and AD. RGB value is (96,68,173). Sum of RGB (Red+Green+Blue) = 96+68+173=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #6044AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6044AD is #9FBB52. Grayscale: #575757. Windows color (decimal): -10468179 or 11355232. OLE color: 11355232.

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

Color convert

RGB 96 68 173 -
CMYK 0.45 0.61 0 0.32
HSL 256º 0.44% 0.47% -
HSV(B) 256º 0.61% 0.68% -
XYZ 14.43 9.64 40.63 -
YUV 88.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 96 68 173 0.45 0.61 0 0.32 256 0.44 0.47
Hex 60 44 AD 2D 3D 0 20 100 2C 2F
Octal 140 104 255 55 75 0 40 400 54 57
Binary 1100000 1000100 10101101 101101 111101 0 100000 100000000 101100 101111

Color Harmonies of #6044AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044AD

Black with #6044AD

Text Example


Text Example

White with #6044AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6044AD; }

 p { color: rgb(96,68,173); }

 H1.HeaderClassName
 {
   color: #6044AD;
 }
 .AnyTagClassName
 {
   color: #6044AD;
 }
</style>

background-color css

<style>
 a { background-color: #6044AD; }

 a { background-color: rgb(96,68,173); }

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

border-color css

<style>
 span { border-color: #6044AD; }

 span { border-color: rgb(96,68,173); }

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