Html Css Color HEX #67375C Palatinate Purple

📋 copy color: '#67375C'

red 103 ◦ green 55 ◦ blue 92

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

Shades of Palatinate Purple #67375C

Tints of Palatinate Purple #67375C

RGB

 RED value IS 103 (40.63% from 255) = 41.2%

 GREEN value IS 55 (21.88% from 255) = 22%

 BLUE value IS 92 (36.33% from 255) = 36.8%

R = 41.2%
G = 22%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.11

 K value IS 0.60

RGB Variations

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

Color information

#67375C (or 0x67375C) is known color: Palatinate Purple. HEX triplet: 67, 37 and 5C. RGB value is (103,55,92). Sum of RGB (Red+Green+Blue) = 103+55+92=250 (33% of max value = 765). Red value is 103 (40.62% from 255 or 41.2% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 92 (36.33% from 255 or 36.8% from 250); Max value from RGB is 103 - color contains mainly: red. Hex color #67375C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67375C is #98C8A3. Grayscale: #494949. Windows color (decimal): -10012836 or 6043495. OLE color: 6043495.

HSL color Cylindrical-coordinate representation of color #67375C: hue angle of 313.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #67375C is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 55 92 -
CMYK 0 0.47 0.11 0.60
HSL 313.75º 0.3% 0.31% -
HSV(B) 313.75º 0.47% 0.4% -
XYZ 8.89 6.39 10.89 -
YUV 73.57 138.4 148.99 -
System Red Green Blue C M Y K H S L
Decimal 103 55 92 0 0.47 0.11 0.60 313.75 0.3 0.31
Hex 67 37 5C 0 2F B 3C 13A 1E 1F
Octal 147 67 134 0 57 13 74 472 36 37
Binary 1100111 110111 1011100 0 101111 1011 111100 100111010 11110 11111

Color Harmonies of #67375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67375C

Black with #67375C

Text Example


Text Example

White with #67375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67375C; }

 p { color: rgb(103,55,92); }

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

background-color css

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

 a { background-color: rgb(103,55,92); }

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

border-color css

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

 span { border-color: rgb(103,55,92); }

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