Html Css Color HEX #6942AD Royal Purple

📋 copy color: '#6942AD'

red 105 ◦ green 66 ◦ blue 173

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

Shades of Royal Purple #6942AD

Tints of Royal Purple #6942AD

RGB

 RED value IS 105 (41.41% from 255) = 30.52%

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

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

R = 30.52%
G = 19.19%
B = 50.29%

CMYK

 C value IS 0.39

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6942AD (or 0x6942AD) is known color: Royal Purple. HEX triplet: 69, 42 and AD. RGB value is (105,66,173). Sum of RGB (Red+Green+Blue) = 105+66+173=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #6942AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6942AD is #96BD52. Grayscale: #595959. Windows color (decimal): -9878867 or 11354729. OLE color: 11354729.

HSL color Cylindrical-coordinate representation of color #6942AD: hue angle of 261.87º 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 #6942AD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 66 173 -
CMYK 0.39 0.62 0 0.32
HSL 261.87º 0.45% 0.47% -
HSV(B) 261.87º 0.62% 0.68% -
XYZ 15.32 9.92 40.64 -
YUV 89.86 174.92 138.8 -
System Red Green Blue C M Y K H S L
Decimal 105 66 173 0.39 0.62 0 0.32 261.87 0.45 0.47
Hex 69 42 AD 27 3E 0 20 106 2D 2F
Octal 151 102 255 47 76 0 40 406 55 57
Binary 1101001 1000010 10101101 100111 111110 0 100000 100000110 101101 101111

Color Harmonies of #6942AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6942AD

Black with #6942AD

Text Example


Text Example

White with #6942AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6942AD; }

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

 H1.HeaderClassName
 {
   color: #6942AD;
 }
 .AnyTagClassName
 {
   color: #6942AD;
 }
</style>

background-color css

<style>
 a { background-color: #6942AD; }

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

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

border-color css

<style>
 span { border-color: #6942AD; }

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

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