Html Css Color HEX #690469 Purple

📋 copy color: '#690469'

red 105 ◦ green 4 ◦ blue 105

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

Shades of Purple #690469

Tints of Purple #690469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.87%

 BLUE value IS 105 (41.41% from 255) = 49.07%

R = 49.07%
G = 1.87%
B = 49.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#690469 (or 0x690469) is known color: Purple. HEX triplet: 69, 04 and 69. RGB value is (105,4,105). Sum of RGB (Red+Green+Blue) = 105+4+105=214 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.07% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 105 (41.41% from 255 or 49.07% from 214); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690469 is #96FB96. Grayscale: #2D2D2D. Windows color (decimal): -9894807 or 6882409. OLE color: 6882409.

HSL color Cylindrical-coordinate representation of color #690469: hue angle of 300º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690469 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 105 -
CMYK 0 0.96 0 0.59
HSL 300º 0.93% 0.21% -
HSV(B) 300º 0.96% 0.41% -
XYZ 8.42 4.11 13.71 -
YUV 45.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 105 4 105 0 0.96 0 0.59 300 0.93 0.21
Hex 69 4 69 0 60 0 3B 12C 5D 15
Octal 151 4 151 0 140 0 73 454 135 25
Binary 1101001 100 1101001 0 1100000 0 111011 100101100 1011101 10101

Color Harmonies of #690469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690469

Black with #690469

Text Example


Text Example

White with #690469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690469; }

 p { color: rgb(105,4,105); }

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

background-color css

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

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

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

border-color css

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

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

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