Html Css Color HEX #694190 Royal Purple

📋 copy color: '#694190'

red 105 ◦ green 65 ◦ blue 144

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

Shades of Royal Purple #694190

Tints of Royal Purple #694190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 33.44%
G = 20.7%
B = 45.86%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#694190 (or 0x694190) is known color: Royal Purple. HEX triplet: 69, 41 and 90. RGB value is (105,65,144). Sum of RGB (Red+Green+Blue) = 105+65+144=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 65 (25.78% from 255 or 20.70% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 144 - color contains mainly: blue. Hex color #694190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694190 is #96BE6F. Grayscale: #555555. Windows color (decimal): -9879152 or 9453929. OLE color: 9453929.

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

Color convert

RGB 105 65 144 -
CMYK 0.27 0.55 0 0.44
HSL 270.38º 0.38% 0.41% -
HSV(B) 270.38º 0.55% 0.56% -
XYZ 12.75 8.8 27.41 -
YUV 85.97 160.75 141.58 -
System Red Green Blue C M Y K H S L
Decimal 105 65 144 0.27 0.55 0 0.44 270.38 0.38 0.41
Hex 69 41 90 1B 37 0 2C 10E 26 29
Octal 151 101 220 33 67 0 54 416 46 51
Binary 1101001 1000001 10010000 11011 110111 0 101100 100001110 100110 101001

Color Harmonies of #694190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694190

Black with #694190

Text Example


Text Example

White with #694190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694190; }

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

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

background-color css

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

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

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

border-color css

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

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

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