Html Css Color HEX #6D42AD Royal Purple

📋 copy color: '#6D42AD'

red 109 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6D42AD

Tints of Royal Purple #6D42AD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.97%

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

R = 31.32%
G = 18.97%
B = 49.71%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6D42AD (or 0x6D42AD) is known color: Royal Purple. HEX triplet: 6D, 42 and AD. RGB value is (109,66,173). Sum of RGB (Red+Green+Blue) = 109+66+173=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 173 (67.97% from 255 or 49.71% from 348); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D42AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D42AD is #92BD52. Grayscale: #5A5A5A. Windows color (decimal): -9616723 or 11354733. OLE color: 11354733.

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

Color convert

RGB 109 66 173 -
CMYK 0.37 0.62 0 0.32
HSL 264.11º 0.45% 0.47% -
HSV(B) 264.11º 0.62% 0.68% -
XYZ 15.8 10.16 40.66 -
YUV 91.06 174.25 140.8 -
System Red Green Blue C M Y K H S L
Decimal 109 66 173 0.37 0.62 0 0.32 264.11 0.45 0.47
Hex 6D 42 AD 25 3E 0 20 108 2D 2F
Octal 155 102 255 45 76 0 40 410 55 57
Binary 1101101 1000010 10101101 100101 111110 0 100000 100001000 101101 101111

Color Harmonies of #6D42AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D42AD

Black with #6D42AD

Text Example


Text Example

White with #6D42AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,66,173); }

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

background-color css

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

 a { background-color: rgb(109,66,173); }

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

border-color css

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

 span { border-color: rgb(109,66,173); }

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