Html Css Color HEX #690569 Purple

📋 copy color: '#690569'

red 105 ◦ green 5 ◦ blue 105

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

Shades of Purple #690569

Tints of Purple #690569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

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

R = 48.84%
G = 2.33%
B = 48.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#690569 (or 0x690569) is known color: Purple. HEX triplet: 69, 05 and 69. RGB value is (105,5,105). Sum of RGB (Red+Green+Blue) = 105+5+105=215 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.84% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690569 is #96FA96. Grayscale: #2E2E2E. Windows color (decimal): -9894551 or 6882665. OLE color: 6882665.

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

Color convert

RGB 105 5 105 -
CMYK 0 0.95 0 0.59
HSL 300º 0.91% 0.22% -
HSV(B) 300º 0.95% 0.41% -
XYZ 8.43 4.13 13.72 -
YUV 46.3 161.13 169.87 -
System Red Green Blue C M Y K H S L
Decimal 105 5 105 0 0.95 0 0.59 300 0.91 0.22
Hex 69 5 69 0 5F 0 3B 12C 5B 16
Octal 151 5 151 0 137 0 73 454 133 26
Binary 1101001 101 1101001 0 1011111 0 111011 100101100 1011011 10110

Color Harmonies of #690569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690569

Black with #690569

Text Example


Text Example

White with #690569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690569; }

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

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

background-color css

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

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

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

border-color css

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

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

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