Html Css Color HEX #69048D Purple

📋 copy color: '#69048D'

red 105 ◦ green 4 ◦ blue 141

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

Shades of Purple #69048D

Tints of Purple #69048D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 42%
G = 1.6%
B = 56.4%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69048D (or 0x69048D) is known color: Purple. HEX triplet: 69, 04 and 8D. RGB value is (105,4,141). Sum of RGB (Red+Green+Blue) = 105+4+141=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #69048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69048D is #96FB72. Grayscale: #313131. Windows color (decimal): -9894771 or 9241705. OLE color: 9241705.

HSL color Cylindrical-coordinate representation of color #69048D: hue angle of 284.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #69048D is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 4 141 -
CMYK 0.26 0.97 0 0.45
HSL 284.23º 0.94% 0.28% -
HSV(B) 284.23º 0.97% 0.55% -
XYZ 10.68 5.01 25.6 -
YUV 49.82 179.46 167.36 -
System Red Green Blue C M Y K H S L
Decimal 105 4 141 0.26 0.97 0 0.45 284.23 0.94 0.28
Hex 69 4 8D 1A 61 0 2D 11C 5E 1C
Octal 151 4 215 32 141 0 55 434 136 34
Binary 1101001 100 10001101 11010 1100001 0 101101 100011100 1011110 11100

Color Harmonies of #69048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69048D

Black with #69048D

Text Example


Text Example

White with #69048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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