Html Css Color HEX #6A418D Royal Purple

📋 copy color: '#6A418D'

red 106 ◦ green 65 ◦ blue 141

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

Shades of Royal Purple #6A418D

Tints of Royal Purple #6A418D

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 141 (55.47% from 255) = 45.19%

R = 33.97%
G = 20.83%
B = 45.19%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A418D (or 0x6A418D) is known color: Royal Purple. HEX triplet: 6A, 41 and 8D. RGB value is (106,65,141). Sum of RGB (Red+Green+Blue) = 106+65+141=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A418D is #95BE72. Grayscale: #555555. Windows color (decimal): -9813619 or 9257322. OLE color: 9257322.

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

Color convert

RGB 106 65 141 -
CMYK 0.25 0.54 0 0.45
HSL 272.37º 0.37% 0.4% -
HSV(B) 272.37º 0.54% 0.55% -
XYZ 12.64 8.77 26.23 -
YUV 85.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 106 65 141 0.25 0.54 0 0.45 272.37 0.37 0.4
Hex 6A 41 8D 19 36 0 2D 110 25 28
Octal 152 101 215 31 66 0 55 420 45 50
Binary 1101010 1000001 10001101 11001 110110 0 101101 100010000 100101 101000

Color Harmonies of #6A418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A418D

Black with #6A418D

Text Example


Text Example

White with #6A418D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,141); }

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

background-color css

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

 a { background-color: rgb(106,65,141); }

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

border-color css

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

 span { border-color: rgb(106,65,141); }

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