Html Css Color HEX #670B72 Purple

📋 copy color: '#670B72'

red 103 ◦ green 11 ◦ blue 114

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

Shades of Purple #670B72

Tints of Purple #670B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 50%

R = 45.18%
G = 4.82%
B = 50%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#670B72 (or 0x670B72) is known color: Purple. HEX triplet: 67, 0B and 72. RGB value is (103,11,114). Sum of RGB (Red+Green+Blue) = 103+11+114=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #670B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670B72 is #98F48D. Grayscale: #313131. Windows color (decimal): -10024078 or 7474023. OLE color: 7474023.

HSL color Cylindrical-coordinate representation of color #670B72: hue angle of 293.59º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #670B72 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 11 114 -
CMYK 0.10 0.90 0 0.55
HSL 293.59º 0.82% 0.25% -
HSV(B) 293.59º 0.9% 0.45% -
XYZ 8.75 4.34 16.3 -
YUV 50.25 163.98 165.62 -
System Red Green Blue C M Y K H S L
Decimal 103 11 114 0.10 0.90 0 0.55 293.59 0.82 0.25
Hex 67 B 72 A 5A 0 37 126 52 19
Octal 147 13 162 12 132 0 67 446 122 31
Binary 1100111 1011 1110010 1010 1011010 0 110111 100100110 1010010 11001

Color Harmonies of #670B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670B72

Black with #670B72

Text Example


Text Example

White with #670B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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