Html Css Color HEX #69077B Purple

📋 copy color: '#69077B'

red 105 ◦ green 7 ◦ blue 123

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

Shades of Purple #69077B

Tints of Purple #69077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.34%

R = 44.68%
G = 2.98%
B = 52.34%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#69077B (or 0x69077B) is known color: Purple. HEX triplet: 69, 07 and 7B. RGB value is (105,7,123). Sum of RGB (Red+Green+Blue) = 105+7+123=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 123 (48.44% from 255 or 52.34% from 235); Max value from RGB is 123 - color contains mainly: blue. Hex color #69077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69077B is #96F884. Grayscale: #313131. Windows color (decimal): -9894021 or 8062825. OLE color: 8062825.

HSL color Cylindrical-coordinate representation of color #69077B: hue angle of 290.69º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69077B is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 105 7 123 -
CMYK 0.15 0.94 0 0.52
HSL 290.69º 0.89% 0.25% -
HSV(B) 290.69º 0.94% 0.48% -
XYZ 9.48 4.59 19.12 -
YUV 49.53 169.47 167.57 -
System Red Green Blue C M Y K H S L
Decimal 105 7 123 0.15 0.94 0 0.52 290.69 0.89 0.25
Hex 69 7 7B F 5E 0 34 123 59 19
Octal 151 7 173 17 136 0 64 443 131 31
Binary 1101001 111 1111011 1111 1011110 0 110100 100100011 1011001 11001

Color Harmonies of #69077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69077B

Black with #69077B

Text Example


Text Example

White with #69077B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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