Html Css Color HEX #690472 Purple

📋 copy color: '#690472'

red 105 ◦ green 4 ◦ blue 114

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

Shades of Purple #690472

Tints of Purple #690472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 51.12%

R = 47.09%
G = 1.79%
B = 51.12%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690472 (or 0x690472) is known color: Purple. HEX triplet: 69, 04 and 72. RGB value is (105,4,114). Sum of RGB (Red+Green+Blue) = 105+4+114=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #690472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690472 is #96FB8D. Grayscale: #2E2E2E. Windows color (decimal): -9894798 or 7472233. OLE color: 7472233.

HSL color Cylindrical-coordinate representation of color #690472: hue angle of 295.09º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690472 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 4 114 -
CMYK 0.08 0.96 0 0.55
HSL 295.09º 0.93% 0.23% -
HSV(B) 295.09º 0.96% 0.45% -
XYZ 8.91 4.3 16.28 -
YUV 46.74 165.96 169.56 -
System Red Green Blue C M Y K H S L
Decimal 105 4 114 0.08 0.96 0 0.55 295.09 0.93 0.23
Hex 69 4 72 8 60 0 37 127 5D 17
Octal 151 4 162 10 140 0 67 447 135 27
Binary 1101001 100 1110010 1000 1100000 0 110111 100100111 1011101 10111

Color Harmonies of #690472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690472

Black with #690472

Text Example


Text Example

White with #690472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690472; }

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

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

background-color css

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

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

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

border-color css

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

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

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