Html Css Color HEX #6045AE Royal Purple

📋 copy color: '#6045AE'

red 96 ◦ green 69 ◦ blue 174

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

Shades of Royal Purple #6045AE

Tints of Royal Purple #6045AE

RGB

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

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

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

R = 28.32%
G = 20.35%
B = 51.33%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6045AE (or 0x6045AE) is known color: Royal Purple. HEX triplet: 60, 45 and AE. RGB value is (96,69,174). Sum of RGB (Red+Green+Blue) = 96+69+174=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #6045AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6045AE is #9FBA51. Grayscale: #585858. Windows color (decimal): -10467922 or 11421024. OLE color: 11421024.

HSL color Cylindrical-coordinate representation of color #6045AE: hue angle of 255.43º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6045AE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 69 174 -
CMYK 0.45 0.60 0 0.32
HSL 255.43º 0.43% 0.48% -
HSV(B) 255.43º 0.6% 0.68% -
XYZ 14.59 9.8 41.17 -
YUV 89.04 175.95 132.96 -
System Red Green Blue C M Y K H S L
Decimal 96 69 174 0.45 0.60 0 0.32 255.43 0.43 0.48
Hex 60 45 AE 2D 3C 0 20 FF 2B 30
Octal 140 105 256 55 74 0 40 377 53 60
Binary 1100000 1000101 10101110 101101 111100 0 100000 11111111 101011 110000

Color Harmonies of #6045AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045AE

Black with #6045AE

Text Example


Text Example

White with #6045AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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