Html Css Color HEX #6934A6 Royal Purple

📋 copy color: '#6934A6'

red 105 ◦ green 52 ◦ blue 166

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

Shades of Royal Purple #6934A6

Tints of Royal Purple #6934A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 51.39%

R = 32.51%
G = 16.1%
B = 51.39%

CMYK

 C value IS 0.37

 M value IS 0.69

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6934A6 (or 0x6934A6) is known color: Royal Purple. HEX triplet: 69, 34 and A6. RGB value is (105,52,166). Sum of RGB (Red+Green+Blue) = 105+52+166=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #6934A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6934A6 is #96CB59. Grayscale: #505050. Windows color (decimal): -9882458 or 10892393. OLE color: 10892393.

HSL color Cylindrical-coordinate representation of color #6934A6: hue angle of 267.89º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6934A6 is Cyan = 0.37, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 52 166 -
CMYK 0.37 0.69 0 0.35
HSL 267.89º 0.52% 0.43% -
HSV(B) 267.89º 0.69% 0.65% -
XYZ 13.94 8.21 36.93 -
YUV 80.84 176.06 145.23 -
System Red Green Blue C M Y K H S L
Decimal 105 52 166 0.37 0.69 0 0.35 267.89 0.52 0.43
Hex 69 34 A6 25 45 0 23 10C 34 2B
Octal 151 64 246 45 105 0 43 414 64 53
Binary 1101001 110100 10100110 100101 1000101 0 100011 100001100 110100 101011

Color Harmonies of #6934A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6934A6

Black with #6934A6

Text Example


Text Example

White with #6934A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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