Html Css Color HEX #69066B Purple

📋 copy color: '#69066B'

red 105 ◦ green 6 ◦ blue 107

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

Shades of Purple #69066B

Tints of Purple #69066B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 48.17%
G = 2.75%
B = 49.08%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#69066B (or 0x69066B) is known color: Purple. HEX triplet: 69, 06 and 6B. RGB value is (105,6,107). Sum of RGB (Red+Green+Blue) = 105+6+107=218 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.17% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #69066B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #69066B is #96F994. Grayscale: #2E2E2E. Windows color (decimal): -9894293 or 7013993. OLE color: 7013993.

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

Color convert

RGB 105 6 107 -
CMYK 0.02 0.94 0 0.58
HSL 298.81º 0.89% 0.22% -
HSV(B) 298.81º 0.94% 0.42% -
XYZ 8.54 4.2 14.27 -
YUV 47.12 161.8 169.29 -
System Red Green Blue C M Y K H S L
Decimal 105 6 107 0.02 0.94 0 0.58 298.81 0.89 0.22
Hex 69 6 6B 2 5E 0 3A 12B 59 16
Octal 151 6 153 2 136 0 72 453 131 26
Binary 1101001 110 1101011 10 1011110 0 111010 100101011 1011001 10110

Color Harmonies of #69066B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69066B

Black with #69066B

Text Example


Text Example

White with #69066B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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