Html Css Color HEX #69147D Purple

📋 copy color: '#69147D'

red 105 ◦ green 20 ◦ blue 125

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

Shades of Purple #69147D

Tints of Purple #69147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8%

 BLUE value IS 125 (49.22% from 255) = 50%

R = 42%
G = 8%
B = 50%

CMYK

 C value IS 0.16

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69147D (or 0x69147D) is known color: Purple. HEX triplet: 69, 14 and 7D. RGB value is (105,20,125). Sum of RGB (Red+Green+Blue) = 105+20+125=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #69147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69147D is #96EB82. Grayscale: #393939. Windows color (decimal): -9890691 or 8197225. OLE color: 8197225.

HSL color Cylindrical-coordinate representation of color #69147D: hue angle of 288.57º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #69147D is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 20 125 -
CMYK 0.16 0.84 0 0.51
HSL 288.57º 0.72% 0.28% -
HSV(B) 288.57º 0.84% 0.49% -
XYZ 9.78 4.98 19.85 -
YUV 57.39 166.16 161.96 -
System Red Green Blue C M Y K H S L
Decimal 105 20 125 0.16 0.84 0 0.51 288.57 0.72 0.28
Hex 69 14 7D 10 54 0 33 121 48 1C
Octal 151 24 175 20 124 0 63 441 110 34
Binary 1101001 10100 1111101 10000 1010100 0 110011 100100001 1001000 11100

Color Harmonies of #69147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69147D

Black with #69147D

Text Example


Text Example

White with #69147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,20,125); }

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

background-color css

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

 a { background-color: rgb(105,20,125); }

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

border-color css

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

 span { border-color: rgb(105,20,125); }

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