Html Css Color HEX #6044AE Royal Purple

📋 copy color: '#6044AE'

red 96 ◦ green 68 ◦ blue 174

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

Shades of Royal Purple #6044AE

Tints of Royal Purple #6044AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 51.48%

R = 28.4%
G = 20.12%
B = 51.48%

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

#6044AE (or 0x6044AE) is known color: Royal Purple. HEX triplet: 60, 44 and AE. RGB value is (96,68,174). Sum of RGB (Red+Green+Blue) = 96+68+174=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #6044AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6044AE is #9FBB51. Grayscale: #585858. Windows color (decimal): -10468178 or 11420768. OLE color: 11420768.

HSL color Cylindrical-coordinate representation of color #6044AE: hue angle of 255.85º 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 #6044AE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 68 174 -
CMYK 0.45 0.61 0 0.32
HSL 255.85º 0.44% 0.47% -
HSV(B) 255.85º 0.61% 0.68% -
XYZ 14.53 9.68 41.15 -
YUV 88.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 96 68 174 0.45 0.61 0 0.32 255.85 0.44 0.47
Hex 60 44 AE 2D 3D 0 20 100 2C 2F
Octal 140 104 256 55 75 0 40 400 54 57
Binary 1100000 1000100 10101110 101101 111101 0 100000 100000000 101100 101111

Color Harmonies of #6044AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6044AE

Black with #6044AE

Text Example


Text Example

White with #6044AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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