Html Css Color HEX #690572 Purple

📋 copy color: '#690572'

red 105 ◦ green 5 ◦ blue 114

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

Shades of Purple #690572

Tints of Purple #690572

RGB

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

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

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

R = 46.88%
G = 2.23%
B = 50.89%

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

#690572 (or 0x690572) is known color: Purple. HEX triplet: 69, 05 and 72. RGB value is (105,5,114). Sum of RGB (Red+Green+Blue) = 105+5+114=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #690572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690572 is #96FA8D. Grayscale: #2E2E2E. Windows color (decimal): -9894542 or 7472489. OLE color: 7472489.

HSL color Cylindrical-coordinate representation of color #690572: hue angle of 295.05º degrees, saturation: 0.92, 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 #690572 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 5 114 -
CMYK 0.08 0.96 0 0.55
HSL 295.05º 0.92% 0.23% -
HSV(B) 295.05º 0.96% 0.45% -
XYZ 8.92 4.33 16.28 -
YUV 47.33 165.63 169.14 -
System Red Green Blue C M Y K H S L
Decimal 105 5 114 0.08 0.96 0 0.55 295.05 0.92 0.23
Hex 69 5 72 8 60 0 37 127 5C 17
Octal 151 5 162 10 140 0 67 447 134 27
Binary 1101001 101 1110010 1000 1100000 0 110111 100100111 1011100 10111

Color Harmonies of #690572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690572

Black with #690572

Text Example


Text Example

White with #690572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690572; }

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

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

background-color css

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

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

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

border-color css

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

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

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