Html Css Color HEX #670B7E Purple

📋 copy color: '#670B7E'

red 103 ◦ green 11 ◦ blue 126

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

Shades of Purple #670B7E

Tints of Purple #670B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 126 (49.61% from 255) = 52.5%

R = 42.92%
G = 4.58%
B = 52.5%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#670B7E (or 0x670B7E) is known color: Purple. HEX triplet: 67, 0B and 7E. RGB value is (103,11,126). Sum of RGB (Red+Green+Blue) = 103+11+126=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #670B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B7E is #98F481. Grayscale: #333333. Windows color (decimal): -10024066 or 8260455. OLE color: 8260455.

HSL color Cylindrical-coordinate representation of color #670B7E: hue angle of 288º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670B7E is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 11 126 -
CMYK 0.18 0.91 0 0.51
HSL 288º 0.84% 0.27% -
HSV(B) 288º 0.91% 0.49% -
XYZ 9.48 4.63 20.13 -
YUV 51.62 169.98 164.65 -
System Red Green Blue C M Y K H S L
Decimal 103 11 126 0.18 0.91 0 0.51 288 0.84 0.27
Hex 67 B 7E 12 5B 0 33 120 54 1B
Octal 147 13 176 22 133 0 63 440 124 33
Binary 1100111 1011 1111110 10010 1011011 0 110011 100100000 1010100 11011

Color Harmonies of #670B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670B7E

Black with #670B7E

Text Example


Text Example

White with #670B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670B7E; }

 p { color: rgb(103,11,126); }

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

background-color css

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

 a { background-color: rgb(103,11,126); }

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

border-color css

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

 span { border-color: rgb(103,11,126); }

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