Html Css Color HEX #670528 Tyrian Purple

📋 copy color: '#670528'

red 103 ◦ green 5 ◦ blue 40

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

Shades of Tyrian Purple #670528

Tints of Tyrian Purple #670528

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.38%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 69.59%
G = 3.38%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.60

RGB Variations

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

Color information

#670528 (or 0x670528) is known color: Tyrian Purple. HEX triplet: 67, 05 and 28. RGB value is (103,5,40). Sum of RGB (Red+Green+Blue) = 103+5+40=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #670528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670528 is #98FAD7. Grayscale: #262626. Windows color (decimal): -10025688 or 2622823. OLE color: 2622823.

HSL color Cylindrical-coordinate representation of color #670528: hue angle of 338.57º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #670528 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 5 40 -
CMYK 0 0.95 0.61 0.60
HSL 338.57º 0.91% 0.21% -
HSV(B) 338.57º 0.95% 0.4% -
XYZ 6.03 3.15 2.3 -
YUV 38.29 128.97 174.15 -
System Red Green Blue C M Y K H S L
Decimal 103 5 40 0 0.95 0.61 0.60 338.57 0.91 0.21
Hex 67 5 28 0 5F 3D 3C 153 5B 15
Octal 147 5 50 0 137 75 74 523 133 25
Binary 1100111 101 101000 0 1011111 111101 111100 101010011 1011011 10101

Color Harmonies of #670528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670528

Black with #670528

Text Example


Text Example

White with #670528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670528; }

 p { color: rgb(103,5,40); }

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

background-color css

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

 a { background-color: rgb(103,5,40); }

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

border-color css

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

 span { border-color: rgb(103,5,40); }

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