Html Css Color HEX #762369 Palatinate Purple

📋 copy color: '#762369'

red 118 ◦ green 35 ◦ blue 105

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

Shades of Palatinate Purple #762369

Tints of Palatinate Purple #762369

RGB

 RED value IS 118 (46.48% from 255) = 45.74%

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 105 (41.41% from 255) = 40.7%

R = 45.74%
G = 13.57%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#762369 (or 0x762369) is known color: Palatinate Purple. HEX triplet: 76, 23 and 69. RGB value is (118,35,105). Sum of RGB (Red+Green+Blue) = 118+35+105=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 105 (41.41% from 255 or 40.70% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762369 is #89DC96. Grayscale: #434343. Windows color (decimal): -9034903 or 6890358. OLE color: 6890358.

HSL color Cylindrical-coordinate representation of color #762369: hue angle of 309.4º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762369 is Cyan = 0, Magento = 0.70, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 35 105 -
CMYK 0 0.70 0.11 0.54
HSL 309.4º 0.54% 0.3% -
HSV(B) 309.4º 0.7% 0.46% -
XYZ 10.62 6.07 13.98 -
YUV 67.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 118 35 105 0 0.70 0.11 0.54 309.4 0.54 0.3
Hex 76 23 69 0 46 B 36 135 36 1E
Octal 166 43 151 0 106 13 66 465 66 36
Binary 1110110 100011 1101001 0 1000110 1011 110110 100110101 110110 11110

Color Harmonies of #762369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762369

Black with #762369

Text Example


Text Example

White with #762369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762369; }

 p { color: rgb(118,35,105); }

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

background-color css

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

 a { background-color: rgb(118,35,105); }

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

border-color css

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

 span { border-color: rgb(118,35,105); }

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