Html Css Color HEX #690072 Purple

📋 copy color: '#690072'

red 105 ◦ green 0 ◦ blue 114

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

Shades of Purple #690072

Tints of Purple #690072

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.95%
G = 0%
B = 52.05%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690072 (or 0x690072) is known color: Purple. HEX triplet: 69, 00 and 72. RGB value is (105,0,114). Sum of RGB (Red+Green+Blue) = 105+0+114=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #690072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690072 is #96FF8D. Grayscale: #2C2C2C. Windows color (decimal): -9895822 or 7471209. OLE color: 7471209.

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

Color convert

RGB 105 0 114 -
CMYK 0.08 1 0 0.55
HSL 295.26º 1% 0.22% -
HSV(B) 295.26º 1% 0.45% -
XYZ 8.86 4.22 16.27 -
YUV 44.39 167.29 171.23 -
System Red Green Blue C M Y K H S L
Decimal 105 0 114 0.08 1 0 0.55 295.26 1 0.22
Hex 69 0 72 8 64 0 37 127 64 16
Octal 151 0 162 10 144 0 67 447 144 26
Binary 1101001 0 1110010 1000 1100100 0 110111 100100111 1100100 10110

Color Harmonies of #690072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690072

Black with #690072

Text Example


Text Example

White with #690072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690072; }

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

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

background-color css

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

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

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

border-color css

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

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

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