Html Css Color HEX #69008D Purple

📋 copy color: '#69008D'

red 105 ◦ green 0 ◦ blue 141

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

Shades of Purple #69008D

Tints of Purple #69008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.68%
G = 0%
B = 57.32%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69008D (or 0x69008D) is known color: Purple. HEX triplet: 69, 00 and 8D. RGB value is (105,0,141). Sum of RGB (Red+Green+Blue) = 105+0+141=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #69008D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69008D is #96FF72. Grayscale: #2F2F2F. Windows color (decimal): -9895795 or 9240681. OLE color: 9240681.

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

Color convert

RGB 105 0 141 -
CMYK 0.26 1 0 0.45
HSL 284.68º 1% 0.28% -
HSV(B) 284.68º 1% 0.55% -
XYZ 10.63 4.93 25.59 -
YUV 47.47 180.79 169.04 -
System Red Green Blue C M Y K H S L
Decimal 105 0 141 0.26 1 0 0.45 284.68 1 0.28
Hex 69 0 8D 1A 64 0 2D 11D 64 1C
Octal 151 0 215 32 144 0 55 435 144 34
Binary 1101001 0 10001101 11010 1100100 0 101101 100011101 1100100 11100

Color Harmonies of #69008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69008D

Black with #69008D

Text Example


Text Example

White with #69008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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