Html Css Color HEX #762867 Palatinate Purple

📋 copy color: '#762867'

red 118 ◦ green 40 ◦ blue 103

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

Shades of Palatinate Purple #762867

Tints of Palatinate Purple #762867

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

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

R = 45.21%
G = 15.33%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#762867 (or 0x762867) is known color: Palatinate Purple. HEX triplet: 76, 28 and 67. RGB value is (118,40,103). Sum of RGB (Red+Green+Blue) = 118+40+103=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #762867 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #762867 is #89D798. Grayscale: #464646. Windows color (decimal): -9033625 or 6760566. OLE color: 6760566.

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

Color convert

RGB 118 40 103 -
CMYK 0 0.66 0.13 0.54
HSL 311.54º 0.49% 0.31% -
HSV(B) 311.54º 0.66% 0.46% -
XYZ 10.68 6.35 13.49 -
YUV 70.5 146.34 161.88 -
System Red Green Blue C M Y K H S L
Decimal 118 40 103 0 0.66 0.13 0.54 311.54 0.49 0.31
Hex 76 28 67 0 42 D 36 138 31 1F
Octal 166 50 147 0 102 15 66 470 61 37
Binary 1110110 101000 1100111 0 1000010 1101 110110 100111000 110001 11111

Color Harmonies of #762867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762867

Black with #762867

Text Example


Text Example

White with #762867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762867; }

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

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

background-color css

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

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

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

border-color css

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

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

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