Html Css Color HEX #694192 Royal Purple

📋 copy color: '#694192'

red 105 ◦ green 65 ◦ blue 146

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

Shades of Royal Purple #694192

Tints of Royal Purple #694192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.57%

 BLUE value IS 146 (57.42% from 255) = 46.2%

R = 33.23%
G = 20.57%
B = 46.2%

CMYK

 C value IS 0.28

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#694192 (or 0x694192) is known color: Royal Purple. HEX triplet: 69, 41 and 92. RGB value is (105,65,146). Sum of RGB (Red+Green+Blue) = 105+65+146=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 146 (57.42% from 255 or 46.20% from 316); Max value from RGB is 146 - color contains mainly: blue. Hex color #694192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694192 is #96BE6D. Grayscale: #555555. Windows color (decimal): -9879150 or 9585001. OLE color: 9585001.

HSL color Cylindrical-coordinate representation of color #694192: hue angle of 269.63º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694192 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 65 146 -
CMYK 0.28 0.55 0 0.43
HSL 269.63º 0.38% 0.41% -
HSV(B) 269.63º 0.55% 0.57% -
XYZ 12.9 8.86 28.22 -
YUV 86.19 161.75 141.41 -
System Red Green Blue C M Y K H S L
Decimal 105 65 146 0.28 0.55 0 0.43 269.63 0.38 0.41
Hex 69 41 92 1C 37 0 2B 10E 26 29
Octal 151 101 222 34 67 0 53 416 46 51
Binary 1101001 1000001 10010010 11100 110111 0 101011 100001110 100110 101001

Color Harmonies of #694192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694192

Black with #694192

Text Example


Text Example

White with #694192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694192; }

 p { color: rgb(105,65,146); }

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

background-color css

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

 a { background-color: rgb(105,65,146); }

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

border-color css

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

 span { border-color: rgb(105,65,146); }

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