Html Css Color HEX #690269 Purple

📋 copy color: '#690269'

red 105 ◦ green 2 ◦ blue 105

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

Shades of Purple #690269

Tints of Purple #690269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.94%

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

R = 49.53%
G = 0.94%
B = 49.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#690269 (or 0x690269) is known color: Purple. HEX triplet: 69, 02 and 69. RGB value is (105,2,105). Sum of RGB (Red+Green+Blue) = 105+2+105=212 (28% of max value = 765). Red value is 105 (41.41% from 255 or 49.53% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #690269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690269 is #96FD96. Grayscale: #2C2C2C. Windows color (decimal): -9895319 or 6881897. OLE color: 6881897.

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

Color convert

RGB 105 2 105 -
CMYK 0 0.98 0 0.59
HSL 300º 0.96% 0.21% -
HSV(B) 300º 0.98% 0.41% -
XYZ 8.4 4.07 13.71 -
YUV 44.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 105 2 105 0 0.98 0 0.59 300 0.96 0.21
Hex 69 2 69 0 62 0 3B 12C 60 15
Octal 151 2 151 0 142 0 73 454 140 25
Binary 1101001 10 1101001 0 1100010 0 111011 100101100 1100000 10101

Color Harmonies of #690269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690269

Black with #690269

Text Example


Text Example

White with #690269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690269; }

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

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

background-color css

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

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

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

border-color css

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

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

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