Html Css Color HEX #693594 Royal Purple

📋 copy color: '#693594'

red 105 ◦ green 53 ◦ blue 148

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

Shades of Royal Purple #693594

Tints of Royal Purple #693594

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 148 (58.2% from 255) = 48.37%

R = 34.31%
G = 17.32%
B = 48.37%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#693594 (or 0x693594) is known color: Royal Purple. HEX triplet: 69, 35 and 94. RGB value is (105,53,148). Sum of RGB (Red+Green+Blue) = 105+53+148=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 148 (58.20% from 255 or 48.37% from 306); Max value from RGB is 148 - color contains mainly: blue. Hex color #693594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693594 is #96CA6B. Grayscale: #4F4F4F. Windows color (decimal): -9882220 or 9713001. OLE color: 9713001.

HSL color Cylindrical-coordinate representation of color #693594: hue angle of 272.84º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693594 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 53 148 -
CMYK 0.29 0.64 0 0.42
HSL 272.84º 0.47% 0.39% -
HSV(B) 272.84º 0.64% 0.58% -
XYZ 12.44 7.69 28.84 -
YUV 79.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 105 53 148 0.29 0.64 0 0.42 272.84 0.47 0.39
Hex 69 35 94 1D 40 0 2A 111 2F 27
Octal 151 65 224 35 100 0 52 421 57 47
Binary 1101001 110101 10010100 11101 1000000 0 101010 100010001 101111 100111

Color Harmonies of #693594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693594

Black with #693594

Text Example


Text Example

White with #693594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693594; }

 p { color: rgb(105,53,148); }

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

background-color css

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

 a { background-color: rgb(105,53,148); }

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

border-color css

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

 span { border-color: rgb(105,53,148); }

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