Html Css Color HEX #69239A Royal Purple

📋 copy color: '#69239A'

red 105 ◦ green 35 ◦ blue 154

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

Shades of Royal Purple #69239A

Tints of Royal Purple #69239A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 154 (60.55% from 255) = 52.38%

R = 35.71%
G = 11.9%
B = 52.38%

CMYK

 C value IS 0.32

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69239A (or 0x69239A) is known color: Royal Purple. HEX triplet: 69, 23 and 9A. RGB value is (105,35,154). Sum of RGB (Red+Green+Blue) = 105+35+154=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #69239A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69239A is #96DC65. Grayscale: #454545. Windows color (decimal): -9886822 or 10101609. OLE color: 10101609.

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

Color convert

RGB 105 35 154 -
CMYK 0.32 0.77 0 0.40
HSL 275.29º 0.63% 0.37% -
HSV(B) 275.29º 0.77% 0.6% -
XYZ 12.26 6.54 31.19 -
YUV 69.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 105 35 154 0.32 0.77 0 0.40 275.29 0.63 0.37
Hex 69 23 9A 20 4D 0 28 113 3F 25
Octal 151 43 232 40 115 0 50 423 77 45
Binary 1101001 100011 10011010 100000 1001101 0 101000 100010011 111111 100101

Color Harmonies of #69239A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69239A

Black with #69239A

Text Example


Text Example

White with #69239A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69239A; }

 p { color: rgb(105,35,154); }

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

background-color css

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

 a { background-color: rgb(105,35,154); }

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

border-color css

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

 span { border-color: rgb(105,35,154); }

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