Html Css Color HEX #692195 Royal Purple

📋 copy color: '#692195'

red 105 ◦ green 33 ◦ blue 149

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

Shades of Royal Purple #692195

Tints of Royal Purple #692195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 51.92%

R = 36.59%
G = 11.5%
B = 51.92%

CMYK

 C value IS 0.30

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692195 (or 0x692195) is known color: Royal Purple. HEX triplet: 69, 21 and 95. RGB value is (105,33,149). Sum of RGB (Red+Green+Blue) = 105+33+149=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #692195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692195 is #96DE6A. Grayscale: #434343. Windows color (decimal): -9887339 or 9773417. OLE color: 9773417.

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

Color convert

RGB 105 33 149 -
CMYK 0.30 0.78 0 0.42
HSL 277.24º 0.64% 0.36% -
HSV(B) 277.24º 0.78% 0.58% -
XYZ 11.79 6.26 29.02 -
YUV 67.75 173.85 154.57 -
System Red Green Blue C M Y K H S L
Decimal 105 33 149 0.30 0.78 0 0.42 277.24 0.64 0.36
Hex 69 21 95 1E 4E 0 2A 115 40 24
Octal 151 41 225 36 116 0 52 425 100 44
Binary 1101001 100001 10010101 11110 1001110 0 101010 100010101 1000000 100100

Color Harmonies of #692195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692195

Black with #692195

Text Example


Text Example

White with #692195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692195; }

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

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

background-color css

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

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

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

border-color css

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

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

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