Html Css Color HEX #690463 Palatinate Purple

📋 copy color: '#690463'

red 105 ◦ green 4 ◦ blue 99

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

Shades of Palatinate Purple #690463

Tints of Palatinate Purple #690463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.6%

R = 50.48%
G = 1.92%
B = 47.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#690463 (or 0x690463) is known color: Palatinate Purple. HEX triplet: 69, 04 and 63. RGB value is (105,4,99). Sum of RGB (Red+Green+Blue) = 105+4+99=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690463 is #96FB9C. Grayscale: #2C2C2C. Windows color (decimal): -9894813 or 6489193. OLE color: 6489193.

HSL color Cylindrical-coordinate representation of color #690463: hue angle of 303.56º 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 #690463 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 4 99 -
CMYK 0 0.96 0.06 0.59
HSL 303.56º 0.93% 0.21% -
HSV(B) 303.56º 0.96% 0.41% -
XYZ 8.12 3.99 12.15 -
YUV 45.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 105 4 99 0 0.96 0.06 0.59 303.56 0.93 0.21
Hex 69 4 63 0 60 6 3B 130 5D 15
Octal 151 4 143 0 140 6 73 460 135 25
Binary 1101001 100 1100011 0 1100000 110 111011 100110000 1011101 10101

Color Harmonies of #690463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690463

Black with #690463

Text Example


Text Example

White with #690463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690463; }

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

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

background-color css

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

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

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

border-color css

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

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

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