Html Css Color HEX #694093 Royal Purple

📋 copy color: '#694093'

red 105 ◦ green 64 ◦ blue 147

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

Shades of Royal Purple #694093

Tints of Royal Purple #694093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 33.23%
G = 20.25%
B = 46.52%

CMYK

 C value IS 0.29

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#694093 (or 0x694093) is known color: Royal Purple. HEX triplet: 69, 40 and 93. RGB value is (105,64,147). Sum of RGB (Red+Green+Blue) = 105+64+147=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #694093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694093 is #96BF6C. Grayscale: #555555. Windows color (decimal): -9879405 or 9650281. OLE color: 9650281.

HSL color Cylindrical-coordinate representation of color #694093: hue angle of 269.64º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694093 is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 64 147 -
CMYK 0.29 0.56 0 0.42
HSL 269.64º 0.39% 0.41% -
HSV(B) 269.64º 0.56% 0.58% -
XYZ 12.93 8.78 28.62 -
YUV 85.72 162.58 141.75 -
System Red Green Blue C M Y K H S L
Decimal 105 64 147 0.29 0.56 0 0.42 269.64 0.39 0.41
Hex 69 40 93 1D 38 0 2A 10E 27 29
Octal 151 100 223 35 70 0 52 416 47 51
Binary 1101001 1000000 10010011 11101 111000 0 101010 100001110 100111 101001

Color Harmonies of #694093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694093

Black with #694093

Text Example


Text Example

White with #694093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694093; }

 p { color: rgb(105,64,147); }

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

background-color css

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

 a { background-color: rgb(105,64,147); }

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

border-color css

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

 span { border-color: rgb(105,64,147); }

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