Html Css Color HEX #69088B Purple

📋 copy color: '#69088B'

red 105 ◦ green 8 ◦ blue 139

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

Shades of Purple #69088B

Tints of Purple #69088B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.16%

R = 41.67%
G = 3.17%
B = 55.16%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#69088B (or 0x69088B) is known color: Purple. HEX triplet: 69, 08 and 8B. RGB value is (105,8,139). Sum of RGB (Red+Green+Blue) = 105+8+139=252 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.67% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #69088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69088B is #96F774. Grayscale: #333333. Windows color (decimal): -9893749 or 9111657. OLE color: 9111657.

HSL color Cylindrical-coordinate representation of color #69088B: hue angle of 284.43º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69088B is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 8 139 -
CMYK 0.24 0.94 0 0.45
HSL 284.43º 0.89% 0.29% -
HSV(B) 284.43º 0.94% 0.55% -
XYZ 10.57 5.04 24.84 -
YUV 51.94 177.14 165.85 -
System Red Green Blue C M Y K H S L
Decimal 105 8 139 0.24 0.94 0 0.45 284.43 0.89 0.29
Hex 69 8 8B 18 5E 0 2D 11C 59 1D
Octal 151 10 213 30 136 0 55 434 131 35
Binary 1101001 1000 10001011 11000 1011110 0 101101 100011100 1011001 11101

Color Harmonies of #69088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69088B

Black with #69088B

Text Example


Text Example

White with #69088B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69088B; }

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

 H1.HeaderClassName
 {
   color: #69088B;
 }
 .AnyTagClassName
 {
   color: #69088B;
 }
</style>

background-color css

<style>
 a { background-color: #69088B; }

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

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

border-color css

<style>
 span { border-color: #69088B; }

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

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