Html Css Color HEX #690474 Purple

📋 copy color: '#690474'

red 105 ◦ green 4 ◦ blue 116

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

Shades of Purple #690474

Tints of Purple #690474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 51.56%

R = 46.67%
G = 1.78%
B = 51.56%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#690474 (or 0x690474) is known color: Purple. HEX triplet: 69, 04 and 74. RGB value is (105,4,116). Sum of RGB (Red+Green+Blue) = 105+4+116=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 116 (45.70% from 255 or 51.56% from 225); Max value from RGB is 116 - color contains mainly: blue. Hex color #690474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690474 is #96FB8B. Grayscale: #2E2E2E. Windows color (decimal): -9894796 or 7603305. OLE color: 7603305.

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

Color convert

RGB 105 4 116 -
CMYK 0.09 0.97 0 0.55
HSL 294.11º 0.93% 0.24% -
HSV(B) 294.11º 0.97% 0.45% -
XYZ 9.02 4.35 16.89 -
YUV 46.97 166.96 169.39 -
System Red Green Blue C M Y K H S L
Decimal 105 4 116 0.09 0.97 0 0.55 294.11 0.93 0.24
Hex 69 4 74 9 61 0 37 126 5D 18
Octal 151 4 164 11 141 0 67 446 135 30
Binary 1101001 100 1110100 1001 1100001 0 110111 100100110 1011101 11000

Color Harmonies of #690474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690474

Black with #690474

Text Example


Text Example

White with #690474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690474; }

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

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

background-color css

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

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

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

border-color css

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

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

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