Html Css Color HEX #6C45AD Royal Purple

📋 copy color: '#6C45AD'

red 108 ◦ green 69 ◦ blue 173

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

Shades of Royal Purple #6C45AD

Tints of Royal Purple #6C45AD

RGB

 RED value IS 108 (42.58% from 255) = 30.86%

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

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

R = 30.86%
G = 19.71%
B = 49.43%

CMYK

 C value IS 0.38

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C45AD (or 0x6C45AD) is known color: Royal Purple. HEX triplet: 6C, 45 and AD. RGB value is (108,69,173). Sum of RGB (Red+Green+Blue) = 108+69+173=350 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #6C45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C45AD is #93BA52. Grayscale: #5C5C5C. Windows color (decimal): -9681491 or 11355500. OLE color: 11355500.

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

Color convert

RGB 108 69 173 -
CMYK 0.38 0.60 0 0.32
HSL 262.5º 0.43% 0.47% -
HSV(B) 262.5º 0.6% 0.68% -
XYZ 15.86 10.46 40.72 -
YUV 92.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 108 69 173 0.38 0.60 0 0.32 262.5 0.43 0.47
Hex 6C 45 AD 26 3C 0 20 106 2B 2F
Octal 154 105 255 46 74 0 40 406 53 57
Binary 1101100 1000101 10101101 100110 111100 0 100000 100000110 101011 101111

Color Harmonies of #6C45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C45AD

Black with #6C45AD

Text Example


Text Example

White with #6C45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C45AD; }

 p { color: rgb(108,69,173); }

 H1.HeaderClassName
 {
   color: #6C45AD;
 }
 .AnyTagClassName
 {
   color: #6C45AD;
 }
</style>

background-color css

<style>
 a { background-color: #6C45AD; }

 a { background-color: rgb(108,69,173); }

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

border-color css

<style>
 span { border-color: #6C45AD; }

 span { border-color: rgb(108,69,173); }

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