Html Css Color HEX #6934AA Royal Purple

📋 copy color: '#6934AA'

red 105 ◦ green 52 ◦ blue 170

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

Shades of Royal Purple #6934AA

Tints of Royal Purple #6934AA

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.9%

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

R = 32.11%
G = 15.9%
B = 51.99%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6934AA (or 0x6934AA) is known color: Royal Purple. HEX triplet: 69, 34 and AA. RGB value is (105,52,170). Sum of RGB (Red+Green+Blue) = 105+52+170=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 52 (20.70% from 255 or 15.90% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #6934AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934AA is #96CB55. Grayscale: #505050. Windows color (decimal): -9882454 or 11154537. OLE color: 11154537.

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

Color convert

RGB 105 52 170 -
CMYK 0.38 0.69 0 0.33
HSL 266.95º 0.53% 0.44% -
HSV(B) 266.95º 0.69% 0.67% -
XYZ 14.31 8.36 38.89 -
YUV 81.3 178.06 144.91 -
System Red Green Blue C M Y K H S L
Decimal 105 52 170 0.38 0.69 0 0.33 266.95 0.53 0.44
Hex 69 34 AA 26 45 0 21 10B 35 2C
Octal 151 64 252 46 105 0 41 413 65 54
Binary 1101001 110100 10101010 100110 1000101 0 100001 100001011 110101 101100

Color Harmonies of #6934AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934AA

Black with #6934AA

Text Example


Text Example

White with #6934AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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