Html Css Color HEX #690461 Palatinate Purple

📋 copy color: '#690461'

red 105 ◦ green 4 ◦ blue 97

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

Shades of Palatinate Purple #690461

Tints of Palatinate Purple #690461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 50.97%
G = 1.94%
B = 47.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#690461 (or 0x690461) is known color: Palatinate Purple. HEX triplet: 69, 04 and 61. RGB value is (105,4,97). Sum of RGB (Red+Green+Blue) = 105+4+97=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #690461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690461 is #96FB9E. Grayscale: #2C2C2C. Windows color (decimal): -9894815 or 6358121. OLE color: 6358121.

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

Color convert

RGB 105 4 97 -
CMYK 0 0.96 0.08 0.59
HSL 304.75º 0.93% 0.21% -
HSV(B) 304.75º 0.96% 0.41% -
XYZ 8.03 3.95 11.65 -
YUV 44.8 157.46 170.94 -
System Red Green Blue C M Y K H S L
Decimal 105 4 97 0 0.96 0.08 0.59 304.75 0.93 0.21
Hex 69 4 61 0 60 8 3B 131 5D 15
Octal 151 4 141 0 140 10 73 461 135 25
Binary 1101001 100 1100001 0 1100000 1000 111011 100110001 1011101 10101

Color Harmonies of #690461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690461

Black with #690461

Text Example


Text Example

White with #690461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690461; }

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

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

background-color css

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

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

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

border-color css

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

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

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