Html Css Color HEX #67125E Palatinate Purple

📋 copy color: '#67125E'

red 103 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #67125E

Tints of Palatinate Purple #67125E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 94 (37.11% from 255) = 43.72%

R = 47.91%
G = 8.37%
B = 43.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#67125E (or 0x67125E) is known color: Palatinate Purple. HEX triplet: 67, 12 and 5E. RGB value is (103,18,94). Sum of RGB (Red+Green+Blue) = 103+18+94=215 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.91% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 103 - color contains mainly: red. Hex color #67125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67125E is #98EDA1. Grayscale: #333333. Windows color (decimal): -10022306 or 6165095. OLE color: 6165095.

HSL color Cylindrical-coordinate representation of color #67125E: hue angle of 306.35º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #67125E is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 18 94 -
CMYK 0 0.83 0.09 0.60
HSL 306.35º 0.7% 0.24% -
HSV(B) 306.35º 0.83% 0.4% -
XYZ 7.83 4.12 10.97 -
YUV 52.08 151.66 164.32 -
System Red Green Blue C M Y K H S L
Decimal 103 18 94 0 0.83 0.09 0.60 306.35 0.7 0.24
Hex 67 12 5E 0 53 9 3C 132 46 18
Octal 147 22 136 0 123 11 74 462 106 30
Binary 1100111 10010 1011110 0 1010011 1001 111100 100110010 1000110 11000

Color Harmonies of #67125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67125E

Black with #67125E

Text Example


Text Example

White with #67125E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67125E; }

 p { color: rgb(103,18,94); }

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

background-color css

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

 a { background-color: rgb(103,18,94); }

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

border-color css

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

 span { border-color: rgb(103,18,94); }

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