Html Css Color HEX #67035A Palatinate Purple

📋 copy color: '#67035A'

red 103 ◦ green 3 ◦ blue 90

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

Shades of Palatinate Purple #67035A

Tints of Palatinate Purple #67035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.53%

 BLUE value IS 90 (35.55% from 255) = 45.92%

R = 52.55%
G = 1.53%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67035A (or 0x67035A) is known color: Palatinate Purple. HEX triplet: 67, 03 and 5A. RGB value is (103,3,90). Sum of RGB (Red+Green+Blue) = 103+3+90=196 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.55% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 103 - color contains mainly: red. Hex color #67035A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67035A is #98FCA5. Grayscale: #2A2A2A. Windows color (decimal): -10026150 or 5899111. OLE color: 5899111.

HSL color Cylindrical-coordinate representation of color #67035A: hue angle of 307.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #67035A is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 3 90 -
CMYK 0 0.97 0.13 0.60
HSL 307.8º 0.94% 0.21% -
HSV(B) 307.8º 0.97% 0.4% -
XYZ 7.47 3.69 9.99 -
YUV 42.82 154.63 170.93 -
System Red Green Blue C M Y K H S L
Decimal 103 3 90 0 0.97 0.13 0.60 307.8 0.94 0.21
Hex 67 3 5A 0 61 D 3C 134 5E 15
Octal 147 3 132 0 141 15 74 464 136 25
Binary 1100111 11 1011010 0 1100001 1101 111100 100110100 1011110 10101

Color Harmonies of #67035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67035A

Black with #67035A

Text Example


Text Example

White with #67035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67035A; }

 p { color: rgb(103,3,90); }

 H1.HeaderClassName
 {
   color: #67035A;
 }
 .AnyTagClassName
 {
   color: #67035A;
 }
</style>

background-color css

<style>
 a { background-color: #67035A; }

 a { background-color: rgb(103,3,90); }

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

border-color css

<style>
 span { border-color: #67035A; }

 span { border-color: rgb(103,3,90); }

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