Html Css Color HEX #69359E Royal Purple

📋 copy color: '#69359E'

red 105 ◦ green 53 ◦ blue 158

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

Shades of Royal Purple #69359E

Tints of Royal Purple #69359E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.77%

 BLUE value IS 158 (62.11% from 255) = 50%

R = 33.23%
G = 16.77%
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

#69359E (or 0x69359E) is known color: Royal Purple. HEX triplet: 69, 35 and 9E. RGB value is (105,53,158). Sum of RGB (Red+Green+Blue) = 105+53+158=316 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.23% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #69359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69359E is #96CA61. Grayscale: #505050. Windows color (decimal): -9882210 or 10368361. OLE color: 10368361.

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

Color convert

RGB 105 53 158 -
CMYK 0.34 0.66 0 0.38
HSL 269.71º 0.5% 0.41% -
HSV(B) 269.71º 0.66% 0.62% -
XYZ 13.27 8.02 33.2 -
YUV 80.52 171.73 145.46 -
System Red Green Blue C M Y K H S L
Decimal 105 53 158 0.34 0.66 0 0.38 269.71 0.5 0.41
Hex 69 35 9E 22 42 0 26 10E 32 29
Octal 151 65 236 42 102 0 46 416 62 51
Binary 1101001 110101 10011110 100010 1000010 0 100110 100001110 110010 101001

Color Harmonies of #69359E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69359E

Black with #69359E

Text Example


Text Example

White with #69359E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69359E; }

 p { color: rgb(105,53,158); }

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

background-color css

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

 a { background-color: rgb(105,53,158); }

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

border-color css

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

 span { border-color: rgb(105,53,158); }

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