Html Css Color HEX #69209F Royal Purple

📋 copy color: '#69209F'

red 105 ◦ green 32 ◦ blue 159

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

Shades of Royal Purple #69209F

Tints of Royal Purple #69209F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.72%

R = 35.47%
G = 10.81%
B = 53.72%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69209F (or 0x69209F) is known color: Royal Purple. HEX triplet: 69, 20 and 9F. RGB value is (105,32,159). Sum of RGB (Red+Green+Blue) = 105+32+159=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #69209F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69209F is #96DF60. Grayscale: #434343. Windows color (decimal): -9887585 or 10428521. OLE color: 10428521.

HSL color Cylindrical-coordinate representation of color #69209F: hue angle of 274.49º 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 #69209F is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 32 159 -
CMYK 0.34 0.80 0 0.38
HSL 274.49º 0.66% 0.37% -
HSV(B) 274.49º 0.8% 0.62% -
XYZ 12.6 6.54 33.4 -
YUV 68.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 105 32 159 0.34 0.80 0 0.38 274.49 0.66 0.37
Hex 69 20 9F 22 50 0 26 112 42 25
Octal 151 40 237 42 120 0 46 422 102 45
Binary 1101001 100000 10011111 100010 1010000 0 100110 100010010 1000010 100101

Color Harmonies of #69209F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69209F

Black with #69209F

Text Example


Text Example

White with #69209F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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