Html Css Color HEX #692698 Royal Purple

📋 copy color: '#692698'

red 105 ◦ green 38 ◦ blue 152

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

Shades of Royal Purple #692698

Tints of Royal Purple #692698

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 35.59%
G = 12.88%
B = 51.53%

CMYK

 C value IS 0.31

 M value IS 0.75

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#692698 (or 0x692698) is known color: Royal Purple. HEX triplet: 69, 26 and 98. RGB value is (105,38,152). Sum of RGB (Red+Green+Blue) = 105+38+152=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #692698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692698 is #96D967. Grayscale: #464646. Windows color (decimal): -9886056 or 9971305. OLE color: 9971305.

HSL color Cylindrical-coordinate representation of color #692698: hue angle of 275.26º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692698 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 38 152 -
CMYK 0.31 0.75 0 0.40
HSL 275.26º 0.6% 0.37% -
HSV(B) 275.26º 0.75% 0.6% -
XYZ 12.19 6.66 30.35 -
YUV 71.03 173.7 152.23 -
System Red Green Blue C M Y K H S L
Decimal 105 38 152 0.31 0.75 0 0.40 275.26 0.6 0.37
Hex 69 26 98 1F 4B 0 28 113 3C 25
Octal 151 46 230 37 113 0 50 423 74 45
Binary 1101001 100110 10011000 11111 1001011 0 101000 100010011 111100 100101

Color Harmonies of #692698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692698

Black with #692698

Text Example


Text Example

White with #692698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692698; }

 p { color: rgb(105,38,152); }

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

background-color css

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

 a { background-color: rgb(105,38,152); }

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

border-color css

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

 span { border-color: rgb(105,38,152); }

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