Html Css Color HEX #69209D Royal Purple

📋 copy color: '#69209D'

red 105 ◦ green 32 ◦ blue 157

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

Shades of Royal Purple #69209D

Tints of Royal Purple #69209D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 35.71%
G = 10.88%
B = 53.4%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69209D (or 0x69209D) is known color: Royal Purple. HEX triplet: 69, 20 and 9D. RGB value is (105,32,157). Sum of RGB (Red+Green+Blue) = 105+32+157=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #69209D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209D is #96DF62. Grayscale: #434343. Windows color (decimal): -9887587 or 10297449. OLE color: 10297449.

HSL color Cylindrical-coordinate representation of color #69209D: hue angle of 275.04º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69209D is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 32 157 -
CMYK 0.33 0.80 0 0.38
HSL 275.04º 0.66% 0.37% -
HSV(B) 275.04º 0.8% 0.62% -
XYZ 12.43 6.47 32.49 -
YUV 68.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 105 32 157 0.33 0.80 0 0.38 275.04 0.66 0.37
Hex 69 20 9D 21 50 0 26 113 42 25
Octal 151 40 235 41 120 0 46 423 102 45
Binary 1101001 100000 10011101 100001 1010000 0 100110 100010011 1000010 100101

Color Harmonies of #69209D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69209D

Black with #69209D

Text Example


Text Example

White with #69209D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69209D; }

 p { color: rgb(105,32,157); }

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

background-color css

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

 a { background-color: rgb(105,32,157); }

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

border-color css

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

 span { border-color: rgb(105,32,157); }

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