Html Css Color HEX #69137B Purple

📋 copy color: '#69137B'

red 105 ◦ green 19 ◦ blue 123

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

Shades of Purple #69137B

Tints of Purple #69137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 49.8%

R = 42.51%
G = 7.69%
B = 49.8%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#69137B (or 0x69137B) is known color: Purple. HEX triplet: 69, 13 and 7B. RGB value is (105,19,123). Sum of RGB (Red+Green+Blue) = 105+19+123=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 123 (48.44% from 255 or 49.80% from 247); Max value from RGB is 123 - color contains mainly: blue. Hex color #69137B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69137B is #96EC84. Grayscale: #383838. Windows color (decimal): -9890949 or 8065897. OLE color: 8065897.

HSL color Cylindrical-coordinate representation of color #69137B: hue angle of 289.62º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #69137B is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 19 123 -
CMYK 0.15 0.85 0 0.52
HSL 289.62º 0.73% 0.28% -
HSV(B) 289.62º 0.85% 0.48% -
XYZ 9.63 4.9 19.18 -
YUV 56.57 165.49 162.54 -
System Red Green Blue C M Y K H S L
Decimal 105 19 123 0.15 0.85 0 0.52 289.62 0.73 0.28
Hex 69 13 7B F 55 0 34 122 49 1C
Octal 151 23 173 17 125 0 64 442 111 34
Binary 1101001 10011 1111011 1111 1010101 0 110100 100100010 1001001 11100

Color Harmonies of #69137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69137B

Black with #69137B

Text Example


Text Example

White with #69137B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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