Html Css Color HEX #67075D Palatinate Purple

📋 copy color: '#67075D'

red 103 ◦ green 7 ◦ blue 93

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

Shades of Palatinate Purple #67075D

Tints of Palatinate Purple #67075D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.45%

 BLUE value IS 93 (36.72% from 255) = 45.81%

R = 50.74%
G = 3.45%
B = 45.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67075D (or 0x67075D) is known color: Palatinate Purple. HEX triplet: 67, 07 and 5D. RGB value is (103,7,93). Sum of RGB (Red+Green+Blue) = 103+7+93=203 (26% of max value = 765). Red value is 103 (40.62% from 255 or 50.74% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 93 (36.72% from 255 or 45.81% from 203); Max value from RGB is 103 - color contains mainly: red. Hex color #67075D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67075D is #98F8A2. Grayscale: #2D2D2D. Windows color (decimal): -10025123 or 6096743. OLE color: 6096743.

HSL color Cylindrical-coordinate representation of color #67075D: hue angle of 306.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #67075D is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 7 93 -
CMYK 0 0.93 0.10 0.60
HSL 306.25º 0.87% 0.22% -
HSV(B) 306.25º 0.93% 0.4% -
XYZ 7.65 3.83 10.69 -
YUV 45.51 154.8 169.01 -
System Red Green Blue C M Y K H S L
Decimal 103 7 93 0 0.93 0.10 0.60 306.25 0.87 0.22
Hex 67 7 5D 0 5D A 3C 132 57 16
Octal 147 7 135 0 135 12 74 462 127 26
Binary 1100111 111 1011101 0 1011101 1010 111100 100110010 1010111 10110

Color Harmonies of #67075D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67075D

Black with #67075D

Text Example


Text Example

White with #67075D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67075D; }

 p { color: rgb(103,7,93); }

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

background-color css

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

 a { background-color: rgb(103,7,93); }

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

border-color css

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

 span { border-color: rgb(103,7,93); }

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