Html Css Color HEX #694598 Royal Purple

📋 copy color: '#694598'

red 105 ◦ green 69 ◦ blue 152

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

Shades of Royal Purple #694598

Tints of Royal Purple #694598

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

 BLUE value IS 152 (59.77% from 255) = 46.63%

R = 32.21%
G = 21.17%
B = 46.63%

CMYK

 C value IS 0.31

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#694598 (or 0x694598) is known color: Royal Purple. HEX triplet: 69, 45 and 98. RGB value is (105,69,152). Sum of RGB (Red+Green+Blue) = 105+69+152=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 152 (59.77% from 255 or 46.63% from 326); Max value from RGB is 152 - color contains mainly: blue. Hex color #694598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694598 is #96BA67. Grayscale: #585858. Windows color (decimal): -9878120 or 9979241. OLE color: 9979241.

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

Color convert

RGB 105 69 152 -
CMYK 0.31 0.55 0 0.40
HSL 266.02º 0.38% 0.43% -
HSV(B) 266.02º 0.55% 0.6% -
XYZ 13.62 9.53 30.83 -
YUV 89.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 105 69 152 0.31 0.55 0 0.40 266.02 0.38 0.43
Hex 69 45 98 1F 37 0 28 10A 26 2B
Octal 151 105 230 37 67 0 50 412 46 53
Binary 1101001 1000101 10011000 11111 110111 0 101000 100001010 100110 101011

Color Harmonies of #694598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694598

Black with #694598

Text Example


Text Example

White with #694598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694598; }

 p { color: rgb(105,69,152); }

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

background-color css

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

 a { background-color: rgb(105,69,152); }

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

border-color css

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

 span { border-color: rgb(105,69,152); }

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