Html Css Color HEX #692595 Royal Purple

📋 copy color: '#692595'

red 105 ◦ green 37 ◦ blue 149

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

Shades of Royal Purple #692595

Tints of Royal Purple #692595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 36.08%
G = 12.71%
B = 51.2%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#692595 (or 0x692595) is known color: Royal Purple. HEX triplet: 69, 25 and 95. RGB value is (105,37,149). Sum of RGB (Red+Green+Blue) = 105+37+149=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 149 (58.59% from 255 or 51.20% from 291); Max value from RGB is 149 - color contains mainly: blue. Hex color #692595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692595 is #96DA6A. Grayscale: #454545. Windows color (decimal): -9886315 or 9774441. OLE color: 9774441.

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

Color convert

RGB 105 37 149 -
CMYK 0.30 0.75 0 0.42
HSL 276.43º 0.6% 0.36% -
HSV(B) 276.43º 0.75% 0.58% -
XYZ 11.91 6.5 29.06 -
YUV 70.1 172.53 152.89 -
System Red Green Blue C M Y K H S L
Decimal 105 37 149 0.30 0.75 0 0.42 276.43 0.6 0.36
Hex 69 25 95 1E 4B 0 2A 114 3C 24
Octal 151 45 225 36 113 0 52 424 74 44
Binary 1101001 100101 10010101 11110 1001011 0 101010 100010100 111100 100100

Color Harmonies of #692595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692595

Black with #692595

Text Example


Text Example

White with #692595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692595; }

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

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

background-color css

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

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

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

border-color css

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

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

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