Html Css Color HEX #69097C Purple

📋 copy color: '#69097C'

red 105 ◦ green 9 ◦ blue 124

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

Shades of Purple #69097C

Tints of Purple #69097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.78%

 BLUE value IS 124 (48.83% from 255) = 52.1%

R = 44.12%
G = 3.78%
B = 52.1%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#69097C (or 0x69097C) is known color: Purple. HEX triplet: 69, 09 and 7C. RGB value is (105,9,124). Sum of RGB (Red+Green+Blue) = 105+9+124=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #69097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69097C is #96F683. Grayscale: #323232. Windows color (decimal): -9893508 or 8128873. OLE color: 8128873.

HSL color Cylindrical-coordinate representation of color #69097C: hue angle of 290.09º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69097C is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 9 124 -
CMYK 0.15 0.93 0 0.51
HSL 290.09º 0.86% 0.26% -
HSV(B) 290.09º 0.93% 0.49% -
XYZ 9.56 4.65 19.46 -
YUV 50.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 105 9 124 0.15 0.93 0 0.51 290.09 0.86 0.26
Hex 69 9 7C F 5D 0 33 122 56 1A
Octal 151 11 174 17 135 0 63 442 126 32
Binary 1101001 1001 1111100 1111 1011101 0 110011 100100010 1010110 11010

Color Harmonies of #69097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69097C

Black with #69097C

Text Example


Text Example

White with #69097C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69097C; }

 p { color: rgb(105,9,124); }

 H1.HeaderClassName
 {
   color: #69097C;
 }
 .AnyTagClassName
 {
   color: #69097C;
 }
</style>

background-color css

<style>
 a { background-color: #69097C; }

 a { background-color: rgb(105,9,124); }

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

border-color css

<style>
 span { border-color: #69097C; }

 span { border-color: rgb(105,9,124); }

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