Html Css Color HEX #682467 Palatinate Purple

📋 copy color: '#682467'

red 104 ◦ green 36 ◦ blue 103

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

Shades of Palatinate Purple #682467

Tints of Palatinate Purple #682467

RGB

 RED value IS 104 (41.02% from 255) = 42.8%

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 42.8%
G = 14.81%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#682467 (or 0x682467) is known color: Palatinate Purple. HEX triplet: 68, 24 and 67. RGB value is (104,36,103). Sum of RGB (Red+Green+Blue) = 104+36+103=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #682467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682467 is #97DB98. Grayscale: #3F3F3F. Windows color (decimal): -9952153 or 6759528. OLE color: 6759528.

HSL color Cylindrical-coordinate representation of color #682467: hue angle of 300.88º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #682467 is Cyan = 0, Magento = 0.65, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 36 103 -
CMYK 0 0.65 0.01 0.59
HSL 300.88º 0.49% 0.27% -
HSV(B) 300.88º 0.65% 0.41% -
XYZ 8.79 5.18 13.37 -
YUV 63.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 104 36 103 0 0.65 0.01 0.59 300.88 0.49 0.27
Hex 68 24 67 0 41 1 3B 12D 31 1B
Octal 150 44 147 0 101 1 73 455 61 33
Binary 1101000 100100 1100111 0 1000001 1 111011 100101101 110001 11011

Color Harmonies of #682467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682467

Black with #682467

Text Example


Text Example

White with #682467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682467; }

 p { color: rgb(104,36,103); }

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

background-color css

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

 a { background-color: rgb(104,36,103); }

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

border-color css

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

 span { border-color: rgb(104,36,103); }

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