Html Css Color HEX #692CA5 Royal Purple

📋 copy color: '#692CA5'

red 105 ◦ green 44 ◦ blue 165

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

Shades of Royal Purple #692CA5

Tints of Royal Purple #692CA5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 165 (64.84% from 255) = 52.55%

R = 33.44%
G = 14.01%
B = 52.55%

CMYK

 C value IS 0.36

 M value IS 0.73

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#692CA5 (or 0x692CA5) is known color: Royal Purple. HEX triplet: 69, 2C and A5. RGB value is (105,44,165). Sum of RGB (Red+Green+Blue) = 105+44+165=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #692CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692CA5 is #96D35A. Grayscale: #4B4B4B. Windows color (decimal): -9884507 or 10824809. OLE color: 10824809.

HSL color Cylindrical-coordinate representation of color #692CA5: hue angle of 270.25º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692CA5 is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 44 165 -
CMYK 0.36 0.73 0 0.35
HSL 270.25º 0.58% 0.41% -
HSV(B) 270.25º 0.73% 0.65% -
XYZ 13.52 7.52 36.34 -
YUV 76.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 105 44 165 0.36 0.73 0 0.35 270.25 0.58 0.41
Hex 69 2C A5 24 49 0 23 10E 3A 29
Octal 151 54 245 44 111 0 43 416 72 51
Binary 1101001 101100 10100101 100100 1001001 0 100011 100001110 111010 101001

Color Harmonies of #692CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692CA5

Black with #692CA5

Text Example


Text Example

White with #692CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,44,165); }

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

background-color css

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

 a { background-color: rgb(105,44,165); }

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

border-color css

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

 span { border-color: rgb(105,44,165); }

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