Html Css Color HEX #670375 Purple

📋 copy color: '#670375'

red 103 ◦ green 3 ◦ blue 117

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

Shades of Purple #670375

Tints of Purple #670375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 52.47%

R = 46.19%
G = 1.35%
B = 52.47%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#670375 (or 0x670375) is known color: Purple. HEX triplet: 67, 03 and 75. RGB value is (103,3,117). Sum of RGB (Red+Green+Blue) = 103+3+117=223 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.19% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 117 (46.09% from 255 or 52.47% from 223); Max value from RGB is 117 - color contains mainly: blue. Hex color #670375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670375 is #98FC8A. Grayscale: #2D2D2D. Windows color (decimal): -10026123 or 7668583. OLE color: 7668583.

HSL color Cylindrical-coordinate representation of color #670375: hue angle of 292.63º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #670375 is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 103 3 117 -
CMYK 0.12 0.97 0 0.54
HSL 292.63º 0.95% 0.24% -
HSV(B) 292.63º 0.97% 0.46% -
XYZ 8.84 4.23 17.18 -
YUV 45.9 168.13 168.73 -
System Red Green Blue C M Y K H S L
Decimal 103 3 117 0.12 0.97 0 0.54 292.63 0.95 0.24
Hex 67 3 75 C 61 0 36 125 5F 18
Octal 147 3 165 14 141 0 66 445 137 30
Binary 1100111 11 1110101 1100 1100001 0 110110 100100101 1011111 11000

Color Harmonies of #670375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670375

Black with #670375

Text Example


Text Example

White with #670375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670375; }

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

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

background-color css

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

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

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

border-color css

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

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

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