Html Css Color HEX #693593 Royal Purple

📋 copy color: '#693593'

red 105 ◦ green 53 ◦ blue 147

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

Shades of Royal Purple #693593

Tints of Royal Purple #693593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.2%

R = 34.43%
G = 17.38%
B = 48.2%

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

#693593 (or 0x693593) is known color: Royal Purple. HEX triplet: 69, 35 and 93. RGB value is (105,53,147). Sum of RGB (Red+Green+Blue) = 105+53+147=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #693593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693593 is #96CA6C. Grayscale: #4E4E4E. Windows color (decimal): -9882221 or 9647465. OLE color: 9647465.

HSL color Cylindrical-coordinate representation of color #693593: hue angle of 273.19º 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 #693593 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 53 147 -
CMYK 0.29 0.64 0 0.42
HSL 273.19º 0.47% 0.39% -
HSV(B) 273.19º 0.64% 0.58% -
XYZ 12.37 7.66 28.43 -
YUV 79.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 105 53 147 0.29 0.64 0 0.42 273.19 0.47 0.39
Hex 69 35 93 1D 40 0 2A 111 2F 27
Octal 151 65 223 35 100 0 52 421 57 47
Binary 1101001 110101 10010011 11101 1000000 0 101010 100010001 101111 100111

Color Harmonies of #693593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693593

Black with #693593

Text Example


Text Example

White with #693593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693593; }

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

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

background-color css

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

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

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

border-color css

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

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

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