Html Css Color HEX #6934AE Royal Purple

📋 copy color: '#6934AE'

red 105 ◦ green 52 ◦ blue 174

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

Shades of Royal Purple #6934AE

Tints of Royal Purple #6934AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.57%

R = 31.72%
G = 15.71%
B = 52.57%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6934AE (or 0x6934AE) is known color: Royal Purple. HEX triplet: 69, 34 and AE. RGB value is (105,52,174). Sum of RGB (Red+Green+Blue) = 105+52+174=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 174 (68.36% from 255 or 52.57% from 331); Max value from RGB is 174 - color contains mainly: blue. Hex color #6934AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934AE is #96CB51. Grayscale: #515151. Windows color (decimal): -9882450 or 11416681. OLE color: 11416681.

HSL color Cylindrical-coordinate representation of color #6934AE: hue angle of 266.07º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6934AE is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 52 174 -
CMYK 0.40 0.70 0 0.32
HSL 266.07º 0.54% 0.44% -
HSV(B) 266.07º 0.7% 0.68% -
XYZ 14.69 8.52 40.91 -
YUV 81.76 180.06 144.58 -
System Red Green Blue C M Y K H S L
Decimal 105 52 174 0.40 0.70 0 0.32 266.07 0.54 0.44
Hex 69 34 AE 28 46 0 20 10A 36 2C
Octal 151 64 256 50 106 0 40 412 66 54
Binary 1101001 110100 10101110 101000 1000110 0 100000 100001010 110110 101100

Color Harmonies of #6934AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934AE

Black with #6934AE

Text Example


Text Example

White with #6934AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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