Html Css Color HEX #69369F Royal Purple

📋 copy color: '#69369F'

red 105 ◦ green 54 ◦ blue 159

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

Shades of Royal Purple #69369F

Tints of Royal Purple #69369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.98%

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

R = 33.02%
G = 16.98%
B = 50%

CMYK

 C value IS 0.34

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69369F (or 0x69369F) is known color: Royal Purple. HEX triplet: 69, 36 and 9F. RGB value is (105,54,159). Sum of RGB (Red+Green+Blue) = 105+54+159=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 159 (62.5% from 255 or 50% from 318); Max value from RGB is 159 - color contains mainly: blue. Hex color #69369F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69369F is #96C960. Grayscale: #505050. Windows color (decimal): -9881953 or 10434153. OLE color: 10434153.

HSL color Cylindrical-coordinate representation of color #69369F: hue angle of 269.14º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #69369F is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 54 159 -
CMYK 0.34 0.66 0 0.38
HSL 269.14º 0.49% 0.42% -
HSV(B) 269.14º 0.66% 0.62% -
XYZ 13.4 8.14 33.67 -
YUV 81.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 105 54 159 0.34 0.66 0 0.38 269.14 0.49 0.42
Hex 69 36 9F 22 42 0 26 10D 31 2A
Octal 151 66 237 42 102 0 46 415 61 52
Binary 1101001 110110 10011111 100010 1000010 0 100110 100001101 110001 101010

Color Harmonies of #69369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69369F

Black with #69369F

Text Example


Text Example

White with #69369F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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