Html Css Color HEX #69047D Purple

📋 copy color: '#69047D'

red 105 ◦ green 4 ◦ blue 125

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

Shades of Purple #69047D

Tints of Purple #69047D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

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

R = 44.87%
G = 1.71%
B = 53.42%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69047D (or 0x69047D) is known color: Purple. HEX triplet: 69, 04 and 7D. RGB value is (105,4,125). Sum of RGB (Red+Green+Blue) = 105+4+125=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #69047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69047D is #96FB82. Grayscale: #2F2F2F. Windows color (decimal): -9894787 or 8193129. OLE color: 8193129.

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

Color convert

RGB 105 4 125 -
CMYK 0.16 0.97 0 0.51
HSL 290.08º 0.94% 0.25% -
HSV(B) 290.08º 0.97% 0.49% -
XYZ 9.57 4.57 19.78 -
YUV 47.99 171.46 168.66 -
System Red Green Blue C M Y K H S L
Decimal 105 4 125 0.16 0.97 0 0.51 290.08 0.94 0.25
Hex 69 4 7D 10 61 0 33 122 5E 19
Octal 151 4 175 20 141 0 63 442 136 31
Binary 1101001 100 1111101 10000 1100001 0 110011 100100010 1011110 11001

Color Harmonies of #69047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69047D

Black with #69047D

Text Example


Text Example

White with #69047D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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