Html Css Color HEX #6145AE Royal Purple

📋 copy color: '#6145AE'

red 97 ◦ green 69 ◦ blue 174

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

Shades of Royal Purple #6145AE

Tints of Royal Purple #6145AE

RGB

 RED value IS 97 (38.28% from 255) = 28.53%

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

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

R = 28.53%
G = 20.29%
B = 51.18%

CMYK

 C value IS 0.44

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6145AE (or 0x6145AE) is known color: Royal Purple. HEX triplet: 61, 45 and AE. RGB value is (97,69,174). Sum of RGB (Red+Green+Blue) = 97+69+174=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #6145AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6145AE is #9EBA51. Grayscale: #585858. Windows color (decimal): -10402386 or 11421025. OLE color: 11421025.

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

Color convert

RGB 97 69 174 -
CMYK 0.44 0.60 0 0.32
HSL 256º 0.43% 0.48% -
HSV(B) 256º 0.6% 0.68% -
XYZ 14.7 9.85 41.17 -
YUV 89.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 97 69 174 0.44 0.60 0 0.32 256 0.43 0.48
Hex 61 45 AE 2C 3C 0 20 100 2B 30
Octal 141 105 256 54 74 0 40 400 53 60
Binary 1100001 1000101 10101110 101100 111100 0 100000 100000000 101011 110000

Color Harmonies of #6145AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145AE

Black with #6145AE

Text Example


Text Example

White with #6145AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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