Html Css Color HEX #6D43A0 Royal Purple

📋 copy color: '#6D43A0'

red 109 ◦ green 67 ◦ blue 160

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

Shades of Royal Purple #6D43A0

Tints of Royal Purple #6D43A0

RGB

 RED value IS 109 (42.97% from 255) = 32.44%

 GREEN value IS 67 (26.56% from 255) = 19.94%

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

R = 32.44%
G = 19.94%
B = 47.62%

CMYK

 C value IS 0.32

 M value IS 0.58

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6D43A0 (or 0x6D43A0) is known color: Royal Purple. HEX triplet: 6D, 43 and A0. RGB value is (109,67,160). Sum of RGB (Red+Green+Blue) = 109+67+160=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 67 (26.56% from 255 or 19.94% from 336); Blue value is 160 (62.89% from 255 or 47.62% from 336); Max value from RGB is 160 - color contains mainly: blue. Hex color #6D43A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D43A0 is #92BC5F. Grayscale: #595959. Windows color (decimal): -9616480 or 10503021. OLE color: 10503021.

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

Color convert

RGB 109 67 160 -
CMYK 0.32 0.58 0 0.37
HSL 267.1º 0.41% 0.45% -
HSV(B) 267.1º 0.58% 0.63% -
XYZ 14.66 9.8 34.38 -
YUV 90.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 109 67 160 0.32 0.58 0 0.37 267.1 0.41 0.45
Hex 6D 43 A0 20 3A 0 25 10B 29 2D
Octal 155 103 240 40 72 0 45 413 51 55
Binary 1101101 1000011 10100000 100000 111010 0 100101 100001011 101001 101101

Color Harmonies of #6D43A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D43A0

Black with #6D43A0

Text Example


Text Example

White with #6D43A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,67,160); }

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

background-color css

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

 a { background-color: rgb(109,67,160); }

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

border-color css

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

 span { border-color: rgb(109,67,160); }

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