Html Css Color HEX #6939AD Royal Purple

📋 copy color: '#6939AD'

red 105 ◦ green 57 ◦ blue 173

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

Shades of Royal Purple #6939AD

Tints of Royal Purple #6939AD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

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

R = 31.34%
G = 17.01%
B = 51.64%

CMYK

 C value IS 0.39

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6939AD (or 0x6939AD) is known color: Royal Purple. HEX triplet: 69, 39 and AD. RGB value is (105,57,173). Sum of RGB (Red+Green+Blue) = 105+57+173=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #6939AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6939AD is #96C652. Grayscale: #545454. Windows color (decimal): -9881171 or 11352425. OLE color: 11352425.

HSL color Cylindrical-coordinate representation of color #6939AD: hue angle of 264.83º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6939AD is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 57 173 -
CMYK 0.39 0.67 0 0.32
HSL 264.83º 0.5% 0.45% -
HSV(B) 264.83º 0.67% 0.68% -
XYZ 14.83 8.95 40.48 -
YUV 84.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 105 57 173 0.39 0.67 0 0.32 264.83 0.5 0.45
Hex 69 39 AD 27 43 0 20 109 32 2D
Octal 151 71 255 47 103 0 40 411 62 55
Binary 1101001 111001 10101101 100111 1000011 0 100000 100001001 110010 101101

Color Harmonies of #6939AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6939AD

Black with #6939AD

Text Example


Text Example

White with #6939AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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