Html Css Color HEX #69117F Purple

📋 copy color: '#69117F'

red 105 ◦ green 17 ◦ blue 127

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

Shades of Purple #69117F

Tints of Purple #69117F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.83%

 BLUE value IS 127 (50% from 255) = 51%

R = 42.17%
G = 6.83%
B = 51%

CMYK

 C value IS 0.17

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69117F (or 0x69117F) is known color: Purple. HEX triplet: 69, 11 and 7F. RGB value is (105,17,127). Sum of RGB (Red+Green+Blue) = 105+17+127=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 127 (50% from 255 or 51.00% from 249); Max value from RGB is 127 - color contains mainly: blue. Hex color #69117F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69117F is #96EE80. Grayscale: #373737. Windows color (decimal): -9891457 or 8327529. OLE color: 8327529.

HSL color Cylindrical-coordinate representation of color #69117F: hue angle of 288º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #69117F is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 105 17 127 -
CMYK 0.17 0.87 0 0.50
HSL 288º 0.76% 0.28% -
HSV(B) 288º 0.87% 0.5% -
XYZ 9.86 4.94 20.51 -
YUV 55.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 105 17 127 0.17 0.87 0 0.50 288 0.76 0.28
Hex 69 11 7F 11 57 0 32 120 4C 1C
Octal 151 21 177 21 127 0 62 440 114 34
Binary 1101001 10001 1111111 10001 1010111 0 110010 100100000 1001100 11100

Color Harmonies of #69117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69117F

Black with #69117F

Text Example


Text Example

White with #69117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,17,127); }

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

background-color css

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

 a { background-color: rgb(105,17,127); }

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

border-color css

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

 span { border-color: rgb(105,17,127); }

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