Html Css Color HEX #694399 Royal Purple

📋 copy color: '#694399'

red 105 ◦ green 67 ◦ blue 153

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

Shades of Royal Purple #694399

Tints of Royal Purple #694399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.62%

 BLUE value IS 153 (60.16% from 255) = 47.08%

R = 32.31%
G = 20.62%
B = 47.08%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#694399 (or 0x694399) is known color: Royal Purple. HEX triplet: 69, 43 and 99. RGB value is (105,67,153). Sum of RGB (Red+Green+Blue) = 105+67+153=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 153 (60.16% from 255 or 47.08% from 325); Max value from RGB is 153 - color contains mainly: blue. Hex color #694399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694399 is #96BC66. Grayscale: #575757. Windows color (decimal): -9878631 or 10044265. OLE color: 10044265.

HSL color Cylindrical-coordinate representation of color #694399: hue angle of 266.51º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694399 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 105 67 153 -
CMYK 0.31 0.56 0 0.4
HSL 266.51º 0.39% 0.43% -
HSV(B) 266.51º 0.56% 0.6% -
XYZ 13.58 9.32 31.22 -
YUV 88.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 105 67 153 0.31 0.56 0 0.4 266.51 0.39 0.43
Hex 69 43 99 1F 38 0 28 10B 27 2B
Octal 151 103 231 37 70 0 50 413 47 53
Binary 1101001 1000011 10011001 11111 111000 0 101000 100001011 100111 101011

Color Harmonies of #694399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694399

Black with #694399

Text Example


Text Example

White with #694399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694399; }

 p { color: rgb(105,67,153); }

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

background-color css

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

 a { background-color: rgb(105,67,153); }

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

border-color css

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

 span { border-color: rgb(105,67,153); }

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