Html Css Color HEX #69269D Royal Purple

📋 copy color: '#69269D'

red 105 ◦ green 38 ◦ blue 157

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

Shades of Royal Purple #69269D

Tints of Royal Purple #69269D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.67%

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 35%
G = 12.67%
B = 52.33%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69269D (or 0x69269D) is known color: Royal Purple. HEX triplet: 69, 26 and 9D. RGB value is (105,38,157). Sum of RGB (Red+Green+Blue) = 105+38+157=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #69269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69269D is #96D962. Grayscale: #474747. Windows color (decimal): -9886051 or 10298985. OLE color: 10298985.

HSL color Cylindrical-coordinate representation of color #69269D: hue angle of 273.78º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #69269D is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 38 157 -
CMYK 0.33 0.76 0 0.38
HSL 273.78º 0.61% 0.38% -
HSV(B) 273.78º 0.76% 0.62% -
XYZ 12.6 6.82 32.55 -
YUV 71.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 105 38 157 0.33 0.76 0 0.38 273.78 0.61 0.38
Hex 69 26 9D 21 4C 0 26 112 3D 26
Octal 151 46 235 41 114 0 46 422 75 46
Binary 1101001 100110 10011101 100001 1001100 0 100110 100010010 111101 100110

Color Harmonies of #69269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69269D

Black with #69269D

Text Example


Text Example

White with #69269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69269D; }

 p { color: rgb(105,38,157); }

 H1.HeaderClassName
 {
   color: #69269D;
 }
 .AnyTagClassName
 {
   color: #69269D;
 }
</style>

background-color css

<style>
 a { background-color: #69269D; }

 a { background-color: rgb(105,38,157); }

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

border-color css

<style>
 span { border-color: #69269D; }

 span { border-color: rgb(105,38,157); }

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