Html Css Color HEX #69008A Purple

📋 copy color: '#69008A'

red 105 ◦ green 0 ◦ blue 138

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

Shades of Purple #69008A

Tints of Purple #69008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.79%

R = 43.21%
G = 0%
B = 56.79%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#69008A (or 0x69008A) is known color: Purple. HEX triplet: 69, 00 and 8A. RGB value is (105,0,138). Sum of RGB (Red+Green+Blue) = 105+0+138=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #69008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69008A is #96FF75. Grayscale: #2E2E2E. Windows color (decimal): -9895798 or 9044073. OLE color: 9044073.

HSL color Cylindrical-coordinate representation of color #69008A: hue angle of 285.65º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #69008A is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 105 0 138 -
CMYK 0.24 1 0 0.46
HSL 285.65º 1% 0.27% -
HSV(B) 285.65º 1% 0.54% -
XYZ 10.41 4.84 24.43 -
YUV 47.13 179.29 169.28 -
System Red Green Blue C M Y K H S L
Decimal 105 0 138 0.24 1 0 0.46 285.65 1 0.27
Hex 69 0 8A 18 64 0 2E 11E 64 1B
Octal 151 0 212 30 144 0 56 436 144 33
Binary 1101001 0 10001010 11000 1100100 0 101110 100011110 1100100 11011

Color Harmonies of #69008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69008A

Black with #69008A

Text Example


Text Example

White with #69008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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