Html Css Color HEX #69259A Royal Purple

📋 copy color: '#69259A'

red 105 ◦ green 37 ◦ blue 154

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

Shades of Royal Purple #69259A

Tints of Royal Purple #69259A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

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

R = 35.47%
G = 12.5%
B = 52.03%

CMYK

 C value IS 0.32

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#69259A (or 0x69259A) is known color: Royal Purple. HEX triplet: 69, 25 and 9A. RGB value is (105,37,154). Sum of RGB (Red+Green+Blue) = 105+37+154=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #69259A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259A is #96DA65. Grayscale: #464646. Windows color (decimal): -9886310 or 10102121. OLE color: 10102121.

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

Color convert

RGB 105 37 154 -
CMYK 0.32 0.76 0 0.40
HSL 274.87º 0.61% 0.37% -
HSV(B) 274.87º 0.76% 0.6% -
XYZ 12.32 6.66 31.21 -
YUV 70.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 105 37 154 0.32 0.76 0 0.40 274.87 0.61 0.37
Hex 69 25 9A 20 4C 0 28 113 3D 25
Octal 151 45 232 40 114 0 50 423 75 45
Binary 1101001 100101 10011010 100000 1001100 0 101000 100010011 111101 100101

Color Harmonies of #69259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69259A

Black with #69259A

Text Example


Text Example

White with #69259A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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