Html Css Color HEX #67025A Palatinate Purple

📋 copy color: '#67025A'

red 103 ◦ green 2 ◦ blue 90

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

Shades of Palatinate Purple #67025A

Tints of Palatinate Purple #67025A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 52.82%
G = 1.03%
B = 46.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#67025A (or 0x67025A) is known color: Palatinate Purple. HEX triplet: 67, 02 and 5A. RGB value is (103,2,90). Sum of RGB (Red+Green+Blue) = 103+2+90=195 (25% of max value = 765). Red value is 103 (40.62% from 255 or 52.82% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 103 - color contains mainly: red. Hex color #67025A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #67025A is #98FDA5. Grayscale: #292929. Windows color (decimal): -10026406 or 5898855. OLE color: 5898855.

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

Color convert

RGB 103 2 90 -
CMYK 0 0.98 0.13 0.60
HSL 307.72º 0.96% 0.21% -
HSV(B) 307.72º 0.98% 0.4% -
XYZ 7.46 3.67 9.99 -
YUV 42.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 103 2 90 0 0.98 0.13 0.60 307.72 0.96 0.21
Hex 67 2 5A 0 62 D 3C 134 60 15
Octal 147 2 132 0 142 15 74 464 140 25
Binary 1100111 10 1011010 0 1100010 1101 111100 100110100 1100000 10101

Color Harmonies of #67025A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67025A

Black with #67025A

Text Example


Text Example

White with #67025A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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