Html Css Color HEX #69259F Royal Purple

📋 copy color: '#69259F'

red 105 ◦ green 37 ◦ blue 159

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

Shades of Royal Purple #69259F

Tints of Royal Purple #69259F

RGB

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

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

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

R = 34.88%
G = 12.29%
B = 52.82%

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

#69259F (or 0x69259F) is known color: Royal Purple. HEX triplet: 69, 25 and 9F. RGB value is (105,37,159). Sum of RGB (Red+Green+Blue) = 105+37+159=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #69259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69259F is #96DA60. Grayscale: #464646. Windows color (decimal): -9886305 or 10429801. OLE color: 10429801.

HSL color Cylindrical-coordinate representation of color #69259F: hue angle of 273.44º degrees, saturation: 0.62, 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 #69259F is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 37 159 -
CMYK 0.34 0.77 0 0.38
HSL 273.44º 0.62% 0.38% -
HSV(B) 273.44º 0.77% 0.62% -
XYZ 12.75 6.83 33.45 -
YUV 71.24 177.53 152.08 -
System Red Green Blue C M Y K H S L
Decimal 105 37 159 0.34 0.77 0 0.38 273.44 0.62 0.38
Hex 69 25 9F 22 4D 0 26 111 3E 26
Octal 151 45 237 42 115 0 46 421 76 46
Binary 1101001 100101 10011111 100010 1001101 0 100110 100010001 111110 100110

Color Harmonies of #69259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69259F

Black with #69259F

Text Example


Text Example

White with #69259F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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