Html Css Color HEX #6943AA Royal Purple

📋 copy color: '#6943AA'

red 105 ◦ green 67 ◦ blue 170

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

Shades of Royal Purple #6943AA

Tints of Royal Purple #6943AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 49.71%

R = 30.7%
G = 19.59%
B = 49.71%

CMYK

 C value IS 0.38

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6943AA (or 0x6943AA) is known color: Royal Purple. HEX triplet: 69, 43 and AA. RGB value is (105,67,170). Sum of RGB (Red+Green+Blue) = 105+67+170=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 67 (26.56% from 255 or 19.59% from 342); Blue value is 170 (66.80% from 255 or 49.71% from 342); Max value from RGB is 170 - color contains mainly: blue. Hex color #6943AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6943AA is #96BC55. Grayscale: #595959. Windows color (decimal): -9878614 or 11158377. OLE color: 11158377.

HSL color Cylindrical-coordinate representation of color #6943AA: hue angle of 262.14º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6943AA is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 67 170 -
CMYK 0.38 0.61 0 0.33
HSL 262.14º 0.43% 0.46% -
HSV(B) 262.14º 0.61% 0.67% -
XYZ 15.09 9.92 39.15 -
YUV 90.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 105 67 170 0.38 0.61 0 0.33 262.14 0.43 0.46
Hex 69 43 AA 26 3D 0 21 106 2B 2E
Octal 151 103 252 46 75 0 41 406 53 56
Binary 1101001 1000011 10101010 100110 111101 0 100001 100000110 101011 101110

Color Harmonies of #6943AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6943AA

Black with #6943AA

Text Example


Text Example

White with #6943AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6943AA; }

 p { color: rgb(105,67,170); }

 H1.HeaderClassName
 {
   color: #6943AA;
 }
 .AnyTagClassName
 {
   color: #6943AA;
 }
</style>

background-color css

<style>
 a { background-color: #6943AA; }

 a { background-color: rgb(105,67,170); }

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

border-color css

<style>
 span { border-color: #6943AA; }

 span { border-color: rgb(105,67,170); }

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