Html Css Color HEX #6C45A0 Royal Purple

📋 copy color: '#6C45A0'

red 108 ◦ green 69 ◦ blue 160

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

Shades of Royal Purple #6C45A0

Tints of Royal Purple #6C45A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 47.48%

R = 32.05%
G = 20.47%
B = 47.48%

CMYK

 C value IS 0.32

 M value IS 0.57

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6C45A0 (or 0x6C45A0) is known color: Royal Purple. HEX triplet: 6C, 45 and A0. RGB value is (108,69,160). Sum of RGB (Red+Green+Blue) = 108+69+160=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #6C45A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C45A0 is #93BA5F. Grayscale: #5A5A5A. Windows color (decimal): -9681504 or 10503532. OLE color: 10503532.

HSL color Cylindrical-coordinate representation of color #6C45A0: hue angle of 265.71º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C45A0 is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 69 160 -
CMYK 0.32 0.57 0 0.37
HSL 265.71º 0.4% 0.45% -
HSV(B) 265.71º 0.57% 0.63% -
XYZ 14.66 9.98 34.41 -
YUV 91.04 166.92 140.1 -
System Red Green Blue C M Y K H S L
Decimal 108 69 160 0.32 0.57 0 0.37 265.71 0.4 0.45
Hex 6C 45 A0 20 39 0 25 10A 28 2D
Octal 154 105 240 40 71 0 45 412 50 55
Binary 1101100 1000101 10100000 100000 111001 0 100101 100001010 101000 101101

Color Harmonies of #6C45A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C45A0

Black with #6C45A0

Text Example


Text Example

White with #6C45A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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