Html Css Color HEX #694690 Royal Purple

📋 copy color: '#694690'

red 105 ◦ green 70 ◦ blue 144

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

Shades of Royal Purple #694690

Tints of Royal Purple #694690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.94%

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

R = 32.92%
G = 21.94%
B = 45.14%

CMYK

 C value IS 0.27

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#694690 (or 0x694690) is known color: Royal Purple. HEX triplet: 69, 46 and 90. RGB value is (105,70,144). Sum of RGB (Red+Green+Blue) = 105+70+144=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 70 (27.73% from 255 or 21.94% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #694690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694690 is #96B96F. Grayscale: #585858. Windows color (decimal): -9877872 or 9455209. OLE color: 9455209.

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

Color convert

RGB 105 70 144 -
CMYK 0.27 0.51 0 0.44
HSL 268.38º 0.35% 0.42% -
HSV(B) 268.38º 0.51% 0.56% -
XYZ 13.05 9.4 27.51 -
YUV 88.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 105 70 144 0.27 0.51 0 0.44 268.38 0.35 0.42
Hex 69 46 90 1B 33 0 2C 10C 23 2A
Octal 151 106 220 33 63 0 54 414 43 52
Binary 1101001 1000110 10010000 11011 110011 0 101100 100001100 100011 101010

Color Harmonies of #694690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694690

Black with #694690

Text Example


Text Example

White with #694690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694690; }

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

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

background-color css

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

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

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

border-color css

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

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

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