Html Css Color HEX #762567 Palatinate Purple

📋 copy color: '#762567'

red 118 ◦ green 37 ◦ blue 103

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

Shades of Palatinate Purple #762567

Tints of Palatinate Purple #762567

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.34%

 BLUE value IS 103 (40.63% from 255) = 39.92%

R = 45.74%
G = 14.34%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762567 (or 0x762567) is known color: Palatinate Purple. HEX triplet: 76, 25 and 67. RGB value is (118,37,103). Sum of RGB (Red+Green+Blue) = 118+37+103=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 103 (40.62% from 255 or 39.92% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #762567 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762567 is #89DA98. Grayscale: #444444. Windows color (decimal): -9034393 or 6759798. OLE color: 6759798.

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

Color convert

RGB 118 37 103 -
CMYK 0 0.69 0.13 0.54
HSL 311.11º 0.52% 0.3% -
HSV(B) 311.11º 0.69% 0.46% -
XYZ 10.58 6.15 13.46 -
YUV 68.74 147.34 163.13 -
System Red Green Blue C M Y K H S L
Decimal 118 37 103 0 0.69 0.13 0.54 311.11 0.52 0.3
Hex 76 25 67 0 45 D 36 137 34 1E
Octal 166 45 147 0 105 15 66 467 64 36
Binary 1110110 100101 1100111 0 1000101 1101 110110 100110111 110100 11110

Color Harmonies of #762567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762567

Black with #762567

Text Example


Text Example

White with #762567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762567; }

 p { color: rgb(118,37,103); }

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

background-color css

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

 a { background-color: rgb(118,37,103); }

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

border-color css

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

 span { border-color: rgb(118,37,103); }

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