Html Css Color HEX #670265 Purple

📋 copy color: '#670265'

red 103 ◦ green 2 ◦ blue 101

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

Shades of Purple #670265

Tints of Purple #670265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 49.03%

R = 50%
G = 0.97%
B = 49.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.60

RGB Variations

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

Color information

#670265 (or 0x670265) is known color: Purple. HEX triplet: 67, 02 and 65. RGB value is (103,2,101). Sum of RGB (Red+Green+Blue) = 103+2+101=206 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 103 - color contains mainly: red. Hex color #670265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670265 is #98FD9A. Grayscale: #2B2B2B. Windows color (decimal): -10026395 or 6619751. OLE color: 6619751.

HSL color Cylindrical-coordinate representation of color #670265: hue angle of 301.19º 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 #670265 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 2 101 -
CMYK 0 0.98 0.02 0.60
HSL 301.19º 0.96% 0.21% -
HSV(B) 301.19º 0.98% 0.4% -
XYZ 7.96 3.87 12.64 -
YUV 43.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 103 2 101 0 0.98 0.02 0.60 301.19 0.96 0.21
Hex 67 2 65 0 62 2 3C 12D 60 15
Octal 147 2 145 0 142 2 74 455 140 25
Binary 1100111 10 1100101 0 1100010 10 111100 100101101 1100000 10101

Color Harmonies of #670265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670265

Black with #670265

Text Example


Text Example

White with #670265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670265; }

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

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

background-color css

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

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

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

border-color css

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

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

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