Html Css Color HEX #67225B Palatinate Purple

📋 copy color: '#67225B'

red 103 ◦ green 34 ◦ blue 91

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

Shades of Palatinate Purple #67225B

Tints of Palatinate Purple #67225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.91%

 BLUE value IS 91 (35.94% from 255) = 39.91%

R = 45.18%
G = 14.91%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67225B (or 0x67225B) is known color: Palatinate Purple. HEX triplet: 67, 22 and 5B. RGB value is (103,34,91). Sum of RGB (Red+Green+Blue) = 103+34+91=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67225B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67225B is #98DDA4. Grayscale: #3C3C3C. Windows color (decimal): -10018213 or 5972583. OLE color: 5972583.

HSL color Cylindrical-coordinate representation of color #67225B: hue angle of 310.43º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #67225B is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 34 91 -
CMYK 0 0.67 0.12 0.60
HSL 310.43º 0.5% 0.27% -
HSV(B) 310.43º 0.67% 0.4% -
XYZ 8.05 4.78 10.4 -
YUV 61.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 103 34 91 0 0.67 0.12 0.60 310.43 0.5 0.27
Hex 67 22 5B 0 43 C 3C 136 32 1B
Octal 147 42 133 0 103 14 74 466 62 33
Binary 1100111 100010 1011011 0 1000011 1100 111100 100110110 110010 11011

Color Harmonies of #67225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67225B

Black with #67225B

Text Example


Text Example

White with #67225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67225B; }

 p { color: rgb(103,34,91); }

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

background-color css

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

 a { background-color: rgb(103,34,91); }

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

border-color css

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

 span { border-color: rgb(103,34,91); }

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