Html Css Color HEX #693297 Royal Purple

📋 copy color: '#693297'

red 105 ◦ green 50 ◦ blue 151

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

Shades of Royal Purple #693297

Tints of Royal Purple #693297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

 BLUE value IS 151 (59.38% from 255) = 49.35%

R = 34.31%
G = 16.34%
B = 49.35%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#693297 (or 0x693297) is known color: Royal Purple. HEX triplet: 69, 32 and 97. RGB value is (105,50,151). Sum of RGB (Red+Green+Blue) = 105+50+151=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #693297 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693297 is #96CD68. Grayscale: #4D4D4D. Windows color (decimal): -9882985 or 9908841. OLE color: 9908841.

HSL color Cylindrical-coordinate representation of color #693297: hue angle of 272.67º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693297 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 50 151 -
CMYK 0.30 0.67 0 0.41
HSL 272.67º 0.5% 0.39% -
HSV(B) 272.67º 0.67% 0.59% -
XYZ 12.55 7.52 30.07 -
YUV 77.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 105 50 151 0.30 0.67 0 0.41 272.67 0.5 0.39
Hex 69 32 97 1E 43 0 29 111 32 27
Octal 151 62 227 36 103 0 51 421 62 47
Binary 1101001 110010 10010111 11110 1000011 0 101001 100010001 110010 100111

Color Harmonies of #693297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693297

Black with #693297

Text Example


Text Example

White with #693297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693297; }

 p { color: rgb(105,50,151); }

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

background-color css

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

 a { background-color: rgb(105,50,151); }

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

border-color css

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

 span { border-color: rgb(105,50,151); }

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