Html Css Color HEX #69137F Purple

📋 copy color: '#69137F'

red 105 ◦ green 19 ◦ blue 127

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

Shades of Purple #69137F

Tints of Purple #69137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 41.83%
G = 7.57%
B = 50.6%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#69137F (or 0x69137F) is known color: Purple. HEX triplet: 69, 13 and 7F. RGB value is (105,19,127). Sum of RGB (Red+Green+Blue) = 105+19+127=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 127 (50% from 255 or 50.60% from 251); Max value from RGB is 127 - color contains mainly: blue. Hex color #69137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69137F is #96EC80. Grayscale: #383838. Windows color (decimal): -9890945 or 8328041. OLE color: 8328041.

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

Color convert

RGB 105 19 127 -
CMYK 0.17 0.85 0 0.50
HSL 287.78º 0.74% 0.29% -
HSV(B) 287.78º 0.85% 0.5% -
XYZ 9.89 5 20.52 -
YUV 57.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 105 19 127 0.17 0.85 0 0.50 287.78 0.74 0.29
Hex 69 13 7F 11 55 0 32 120 4A 1D
Octal 151 23 177 21 125 0 62 440 112 35
Binary 1101001 10011 1111111 10001 1010101 0 110010 100100000 1001010 11101

Color Harmonies of #69137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69137F

Black with #69137F

Text Example


Text Example

White with #69137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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