Html Css Color HEX #67275D Palatinate Purple

📋 copy color: '#67275D'

red 103 ◦ green 39 ◦ blue 93

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

Shades of Palatinate Purple #67275D

Tints of Palatinate Purple #67275D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.6%

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

R = 43.83%
G = 16.6%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.60

RGB Variations

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

Color information

#67275D (or 0x67275D) is known color: Palatinate Purple. HEX triplet: 67, 27 and 5D. RGB value is (103,39,93). Sum of RGB (Red+Green+Blue) = 103+39+93=235 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.83% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 93 (36.72% from 255 or 39.57% from 235); Max value from RGB is 103 - color contains mainly: red. Hex color #67275D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67275D is #98D8A2. Grayscale: #404040. Windows color (decimal): -10016931 or 6104935. OLE color: 6104935.

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

Color convert

RGB 103 39 93 -
CMYK 0 0.62 0.10 0.60
HSL 309.38º 0.45% 0.28% -
HSV(B) 309.38º 0.62% 0.4% -
XYZ 8.29 5.12 10.91 -
YUV 64.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 103 39 93 0 0.62 0.10 0.60 309.38 0.45 0.28
Hex 67 27 5D 0 3E A 3C 135 2D 1C
Octal 147 47 135 0 76 12 74 465 55 34
Binary 1100111 100111 1011101 0 111110 1010 111100 100110101 101101 11100

Color Harmonies of #67275D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67275D

Black with #67275D

Text Example


Text Example

White with #67275D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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