Html Css Color HEX #682367 Palatinate Purple

📋 copy color: '#682367'

red 104 ◦ green 35 ◦ blue 103

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

Shades of Palatinate Purple #682367

Tints of Palatinate Purple #682367

RGB

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

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

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

R = 42.98%
G = 14.46%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.59

RGB Variations

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

Color information

#682367 (or 0x682367) is known color: Palatinate Purple. HEX triplet: 68, 23 and 67. RGB value is (104,35,103). Sum of RGB (Red+Green+Blue) = 104+35+103=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 35 (14.06% from 255 or 14.46% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #682367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682367 is #97DC98. Grayscale: #3F3F3F. Windows color (decimal): -9952409 or 6759272. OLE color: 6759272.

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

Color convert

RGB 104 35 103 -
CMYK 0 0.66 0.01 0.59
HSL 300.87º 0.5% 0.27% -
HSV(B) 300.87º 0.66% 0.41% -
XYZ 8.76 5.12 13.36 -
YUV 63.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 104 35 103 0 0.66 0.01 0.59 300.87 0.5 0.27
Hex 68 23 67 0 42 1 3B 12D 32 1B
Octal 150 43 147 0 102 1 73 455 62 33
Binary 1101000 100011 1100111 0 1000010 1 111011 100101101 110010 11011

Color Harmonies of #682367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #682367

Black with #682367

Text Example


Text Example

White with #682367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #682367; }

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

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

background-color css

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

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

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

border-color css

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

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

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