Html Css Color HEX #69076B Purple

📋 copy color: '#69076B'

red 105 ◦ green 7 ◦ blue 107

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

Shades of Purple #69076B

Tints of Purple #69076B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 47.95%
G = 3.2%
B = 48.86%

CMYK

 C value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69076B (or 0x69076B) is known color: Purple. HEX triplet: 69, 07 and 6B. RGB value is (105,7,107). Sum of RGB (Red+Green+Blue) = 105+7+107=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #69076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69076B is #96F894. Grayscale: #2F2F2F. Windows color (decimal): -9894037 or 7014249. OLE color: 7014249.

HSL color Cylindrical-coordinate representation of color #69076B: hue angle of 298.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69076B is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 7 107 -
CMYK 0.02 0.93 0 0.58
HSL 298.8º 0.88% 0.22% -
HSV(B) 298.8º 0.93% 0.42% -
XYZ 8.56 4.22 14.27 -
YUV 47.7 161.47 168.87 -
System Red Green Blue C M Y K H S L
Decimal 105 7 107 0.02 0.93 0 0.58 298.8 0.88 0.22
Hex 69 7 6B 2 5D 0 3A 12B 58 16
Octal 151 7 153 2 135 0 72 453 130 26
Binary 1101001 111 1101011 10 1011101 0 111010 100101011 1011000 10110

Color Harmonies of #69076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69076B

Black with #69076B

Text Example


Text Example

White with #69076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,7,107); }

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

background-color css

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

 a { background-color: rgb(105,7,107); }

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

border-color css

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

 span { border-color: rgb(105,7,107); }

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