Html Css Color HEX #692197 Royal Purple

📋 copy color: '#692197'

red 105 ◦ green 33 ◦ blue 151

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

Shades of Royal Purple #692197

Tints of Royal Purple #692197

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 36.33%
G = 11.42%
B = 52.25%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#692197 (or 0x692197) is known color: Royal Purple. HEX triplet: 69, 21 and 97. RGB value is (105,33,151). Sum of RGB (Red+Green+Blue) = 105+33+151=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #692197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692197 is #96DE68. Grayscale: #434343. Windows color (decimal): -9887337 or 9904489. OLE color: 9904489.

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

Color convert

RGB 105 33 151 -
CMYK 0.30 0.78 0 0.41
HSL 276.61º 0.64% 0.36% -
HSV(B) 276.61º 0.78% 0.59% -
XYZ 11.96 6.33 29.87 -
YUV 67.98 174.85 154.41 -
System Red Green Blue C M Y K H S L
Decimal 105 33 151 0.30 0.78 0 0.41 276.61 0.64 0.36
Hex 69 21 97 1E 4E 0 29 115 40 24
Octal 151 41 227 36 116 0 51 425 100 44
Binary 1101001 100001 10010111 11110 1001110 0 101001 100010101 1000000 100100

Color Harmonies of #692197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692197

Black with #692197

Text Example


Text Example

White with #692197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692197; }

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

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

background-color css

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

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

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

border-color css

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

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

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