Html Css Color HEX #69249E Royal Purple

📋 copy color: '#69249E'

red 105 ◦ green 36 ◦ blue 158

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

Shades of Royal Purple #69249E

Tints of Royal Purple #69249E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 35.12%
G = 12.04%
B = 52.84%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69249E (or 0x69249E) is known color: Royal Purple. HEX triplet: 69, 24 and 9E. RGB value is (105,36,158). Sum of RGB (Red+Green+Blue) = 105+36+158=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #69249E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69249E is #96DB61. Grayscale: #464646. Windows color (decimal): -9886562 or 10364009. OLE color: 10364009.

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

Color convert

RGB 105 36 158 -
CMYK 0.34 0.77 0 0.38
HSL 273.93º 0.63% 0.38% -
HSV(B) 273.93º 0.77% 0.62% -
XYZ 12.63 6.73 32.98 -
YUV 70.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 105 36 158 0.34 0.77 0 0.38 273.93 0.63 0.38
Hex 69 24 9E 22 4D 0 26 112 3F 26
Octal 151 44 236 42 115 0 46 422 77 46
Binary 1101001 100100 10011110 100010 1001101 0 100110 100010010 111111 100110

Color Harmonies of #69249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69249E

Black with #69249E

Text Example


Text Example

White with #69249E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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