Html Css Color HEX #670268 Purple

📋 copy color: '#670268'

red 103 ◦ green 2 ◦ blue 104

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

Shades of Purple #670268

Tints of Purple #670268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 49.76%

R = 49.28%
G = 0.96%
B = 49.76%

CMYK

 C value IS 0.01

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#670268 (or 0x670268) is known color: Purple. HEX triplet: 67, 02 and 68. RGB value is (103,2,104). Sum of RGB (Red+Green+Blue) = 103+2+104=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #670268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670268 is #98FD97. Grayscale: #2B2B2B. Windows color (decimal): -10026392 or 6816359. OLE color: 6816359.

HSL color Cylindrical-coordinate representation of color #670268: hue angle of 299.41º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670268 is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 103 2 104 -
CMYK 0.01 0.98 0 0.59
HSL 299.41º 0.96% 0.21% -
HSV(B) 299.41º 0.98% 0.41% -
XYZ 8.11 3.93 13.43 -
YUV 43.83 161.96 170.21 -
System Red Green Blue C M Y K H S L
Decimal 103 2 104 0.01 0.98 0 0.59 299.41 0.96 0.21
Hex 67 2 68 1 62 0 3B 12B 60 15
Octal 147 2 150 1 142 0 73 453 140 25
Binary 1100111 10 1101000 1 1100010 0 111011 100101011 1100000 10101

Color Harmonies of #670268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670268

Black with #670268

Text Example


Text Example

White with #670268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670268; }

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

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

background-color css

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

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

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

border-color css

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

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

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