Html Css Color HEX #692F9B Royal Purple

📋 copy color: '#692F9B'

red 105 ◦ green 47 ◦ blue 155

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

Shades of Royal Purple #692F9B

Tints of Royal Purple #692F9B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 155 (60.94% from 255) = 50.49%

R = 34.2%
G = 15.31%
B = 50.49%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#692F9B (or 0x692F9B) is known color: Royal Purple. HEX triplet: 69, 2F and 9B. RGB value is (105,47,155). Sum of RGB (Red+Green+Blue) = 105+47+155=307 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.20% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #692F9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F9B is #96D064. Grayscale: #4C4C4C. Windows color (decimal): -9883749 or 10170217. OLE color: 10170217.

HSL color Cylindrical-coordinate representation of color #692F9B: hue angle of 272.22º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #692F9B is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 47 155 -
CMYK 0.32 0.70 0 0.39
HSL 272.22º 0.53% 0.4% -
HSV(B) 272.22º 0.7% 0.61% -
XYZ 12.76 7.4 31.77 -
YUV 76.65 172.22 148.22 -
System Red Green Blue C M Y K H S L
Decimal 105 47 155 0.32 0.70 0 0.39 272.22 0.53 0.4
Hex 69 2F 9B 20 46 0 27 110 35 28
Octal 151 57 233 40 106 0 47 420 65 50
Binary 1101001 101111 10011011 100000 1000110 0 100111 100010000 110101 101000

Color Harmonies of #692F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692F9B

Black with #692F9B

Text Example


Text Example

White with #692F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692F9B; }

 p { color: rgb(105,47,155); }

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

background-color css

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

 a { background-color: rgb(105,47,155); }

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

border-color css

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

 span { border-color: rgb(105,47,155); }

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