Html Css Color HEX #69087D Purple

📋 copy color: '#69087D'

red 105 ◦ green 8 ◦ blue 125

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

Shades of Purple #69087D

Tints of Purple #69087D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 44.12%
G = 3.36%
B = 52.52%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69087D (or 0x69087D) is known color: Purple. HEX triplet: 69, 08 and 7D. RGB value is (105,8,125). Sum of RGB (Red+Green+Blue) = 105+8+125=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 125 (49.22% from 255 or 52.52% from 238); Max value from RGB is 125 - color contains mainly: blue. Hex color #69087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69087D is #96F782. Grayscale: #313131. Windows color (decimal): -9893763 or 8194153. OLE color: 8194153.

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

Color convert

RGB 105 8 125 -
CMYK 0.16 0.94 0 0.51
HSL 289.74º 0.88% 0.26% -
HSV(B) 289.74º 0.94% 0.49% -
XYZ 9.61 4.66 19.79 -
YUV 50.34 170.14 166.99 -
System Red Green Blue C M Y K H S L
Decimal 105 8 125 0.16 0.94 0 0.51 289.74 0.88 0.26
Hex 69 8 7D 10 5E 0 33 122 58 1A
Octal 151 10 175 20 136 0 63 442 130 32
Binary 1101001 1000 1111101 10000 1011110 0 110011 100100010 1011000 11010

Color Harmonies of #69087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69087D

Black with #69087D

Text Example


Text Example

White with #69087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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